Skip to content

Simple ETL pipeline to extract information from CSV, LOG, JSON files and load it into MySQL database using Python and SQL language.

License

Notifications You must be signed in to change notification settings

jayronsoares/automated_data_engineering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Data Engineering Process

Import, clean, and transform CSV, LOG, JSON files, then load it into MySQL database; perform basics analysis using SQL and display the results.

Setup your environment:

1. Download & install Python to run the program.

2. Install the required packages

  • pip install -U pandas
  • pip install -U sqlalchemy
  • pip install -U mysql-connector
  • pip install PyMySQL
  • pip install json
  • pip install -U cryptography

3. Download & Install the MySQL Community database software.

4. Place the files the same directory.

5. In the notebook, change the file path in pd.read_excel() | pd.read_csv() your preferred data name.

6. You should be able to work through the entire notebook

If you run into issues or have questions, log an issue and I'll get back to you ASAP.

About

Simple ETL pipeline to extract information from CSV, LOG, JSON files and load it into MySQL database using Python and SQL language.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages