An open API service indexing awesome lists of open source software.

https://github.com/arverma/towardsdataengineering

This repo contains commands that data engineers use in day to day work.
https://github.com/arverma/towardsdataengineering

aws data-engineering devops docker eks hacktoberfest hacktoberfest2020 linux pyspark python terraform

Last synced: 5 months ago
JSON representation

This repo contains commands that data engineers use in day to day work.

Awesome Lists containing this project

README

          

# Data Enginner's Essential Commands

* Linux: [Link](Linux.md)
* Python: [Link](Python.md)
* PySpark: [Link](PySpark.md)
* AWS: [Link](AWS)
* EKS: [Link](AWS/EKS.md)
* EMR: [Link](AWS/EMR.md)
* S3: [Link](AWS/S3.md)
* Terraform: [Link](terraform.md)
* Git: [Link](Git.md)
* Helm: [Link](Helm)
* Jupyterhub: [Link](Helm/Jupyterhub.md)

---
Want to contribute?

* The commands should not be copy-pasted from any source in bulk.
* Only add those commands that you use more frequently but may be unknown to other developers.

Example: `pwd`, `ls` e.t.c., are not allowed
* Follow the structure and don't forget to embed any reference links either in heading or command description.
* Put it inside a directory if applicable
* Give a proper heading
* Use markdown script for [block code or inline code]((https://github.com/adam-p/markdown-here/wiki/Markdown-Here-Cheatsheet#code)) to embed commands
* If the command heading is not sufficient to explain the uses, give 1 liner explanation with an example.
* I would be happy to accept your pull request even if you add `one` good command than adding `ten` not so good commands.