Cookbook
The Data Engineering Cookbook
File Explorer
Download Latest Version (.zip)- copy-to-documenation-branch.yml
- linkchecker.yml
- conversations.json
- cvpipeline.py
- docker-compose.yml
- index.py
- Liam_McGivney_CV.pdf
- query.py
- #102 Spark Week Day 3.txt
- Movies.txt
- template-readme.md
- dbt-ui.jpeg
- Snowflake-dbt-thumbnail.jpeg
- Snowflake-ui.jpeg
- 55-tb.png
- 70m-cars.png
- customer-support.png
- enterprise-solution.png
- fitness-1.jpeg
- genai-enterprise.png
- geo-spacial.png
- job-search.png
- league.jpg
- voice-transcription.png
- All-Courses-at-Learn-Data-Engineering.jpg
- Becoming-a-Senior-Data-Engineer-Video-1.jpg
- Becoming-a-Senior-Data-Engineer-Video-2.jpg
- Becoming-a-Senior-Data-Engineer-Video-3.jpg
- Common-SQL-Architecture.jpg
- CookbookCover.jpg
- dama.png
- Data-Engineer-Skills-Matrix.jpg
- Data-Engineering-Roadmap-for-Data-Analysts.jpg
- Data-Engineering-Roadmap-for-Data-Scientists.jpg
- Data-Engineering-Roadmap-for-Software-Engineers.jpg
- Data-Engineering-Roadmap-for.textClipping
- Data-Science-Blueprint-New.jpg
- Data-Science-Platform-Blueprint.jpg
- Hadoop-Ecosystem-Connections-Flume.jpg
- Hadoop-Ecosystem-Connections.jpg
- Hadoop-Ecosystem.jpg
- HDFS-Distributed-FileSystem.jpg
- HDFS-Master-DataNodes.jpg
- Machine-Learning-Model.jpg
- Machine-Learning-Pipeline.jpg
- Machine-Learning-Workflow.jpg
- MapReduce-Process-Detailed.jpg
- MapReduce-Process.jpg
- MapReduce-Time-Series-example.jpg
- Netflix-Chuckwa-Pipeline.jpg
- Netflix-Streaming-Pipeline.jpg
- Netflix-Trending-Now-Screenshot.jpg
- Roadmap-Data-Engineering-For-Data-Scientists.jpg
- Roadmap-For-Beginners.jpg
- Roadmap-From-Data-Analyst-to-Engineer.jpg
- Simple-Batch-Processing-Workflow.jpg
- Simple-Stream-Processing-Workflow.jpg
- Spark-Data-Locality.jpg
- Spark-Yarn.jpg
- SQL-Scaling-Out.jpg
- SQL-Scaling-UP.jpg
- Table-Hadoop-and-Spark.jpg
- UnderConstruction.jpg
- 01-Introduction.md
- 02-BasicSkills.md
- 03-AdvancedSkills.md
- 04-HandsOnCourse.md
- 05-CaseStudies.md
- 06-BestPracticesCloud.md
- 07-DataSources.md
- 08-InterviewQuestions.md
- 09-BooksAndCourses.md
- 10-Updates.md
- .gitignore
- FUNDING.yml
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/andkret/Cookbook
Downloads the entire project code from GitHub to your computer.
cd Cookbook
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
- [Docker Micro Services](sections/02-BasicSkills.md#docker-micro-services)
Type this command into your terminal and run it.
- [Why and How To Do Docker Container Orchestration](sections/02-BasicSkills.md#why-and-how-to-do-docker-container-orchestration)
Type this command into your terminal and run it.
- [Userful Docker Commands](sections/02-BasicSkills.md#useful-docker-commands)
Type this command into your terminal and run it.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
