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.
- Host: GitHub
- URL: https://github.com/arverma/towardsdataengineering
- Owner: arverma
- Created: 2020-01-03T09:28:18.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-04T18:21:45.000Z (almost 3 years ago)
- Last Synced: 2025-05-31T08:53:31.280Z (8 months ago)
- Topics: aws, data-engineering, devops, docker, eks, hacktoberfest, hacktoberfest2020, linux, pyspark, python, terraform
- Language: Python
- Homepage: https://medium.com/towards-data-engineering
- Size: 81.1 KB
- Stars: 61
- Watchers: 4
- Forks: 43
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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.