Giter Site home page Giter Site logo

moritzbaumann / cloud_data_engineering Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 21 KB

This is a data engineering project, in which I use Python, MySQL and AWS Services to create and automatically update an online database.

Home Page: https://github.com/MoritzBaumann/Cloud_Data_Engineering

Jupyter Notebook 100.00%
aws dataengineering mysql python

cloud_data_engineering's Introduction

Cloud_Data_Engineering

This is a data engineering project, in which I use Python, MySQL and AWS Services to create and automatically update an online database.

It is a learning project, in which I practise several data engineering techniques, such as API calls and AWS Lambda functions.

Content

  • 01_data_collection.ipynb -> Use API calls and web-scraping to collect data on cities, airports, flight arrivals and weather forecasts.
  • 02_data_cleaning.ipynb -> Clean the loaded data.
  • 03_create_RDS_database.ipynb -> Create a MySQL database on an AWS RDS instance, create all its tables and populate the static ones (cities, airports, cities_airports, populations).
  • 04_update_RDS_database.ipynb -> Populate the dynamic tables (weather, arrivals) with the latest data.

Not uploaded is the config_file, which contains the login credentials for my MySQL AWS database.

How to Set Up and Automate the Online Database

  • Run the first three scripts (01_data_collection.ipynb, 02_data_cleaning.ipynb, 03_create_RDS_database.ipynb) to create the online database and fill it with static tables.
  • Set up an AWS Lambda function and fill it with the code from the fourth script (04_update_RDS_database.ipynb).
  • Test the Lambda function.
  • Set up an AWS EventBridge Schedule that triggers your Lambda function on a daily basis.

Done! This will set up an online database on AWS and automatically update its weather forecasts and flight arrivals.

Context

This Data Engineering project was carried out in the context of a 4.5 month-long Data Science bootcamp with WBS Coding School. Many thanks to WBS Coding School and to my instructors for the guidance.

If you want to read more about my first Cloud data engineering project, feel free to check out this Medium article.

cloud_data_engineering's People

Contributors

moritzbaumann avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.