Skip to content

The extraction of the data in the form of log files and json files to be stored in postgresql

License

Notifications You must be signed in to change notification settings

Nikunjmistry22/Basic-ETL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Basic-ETL

The extraction of the data in the form of log files and json files to be stored in postgresql.

ETL Process File

This file wil transfer the data of the format json and log files in to the star schema approach db in postgresql.

ETL File

This file is used to connect the postgresql db with python file.

Create_Table File

Normally database schema is written in sql shell but i explored how to write sql schema of db tables in python.

Sql queries

This File concat all tables( facts and dimension tables) with queries.

Test File

Analytics of the data stored in db.

About

The extraction of the data in the form of log files and json files to be stored in postgresql

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages