Skip to content

This repository contains projects for data modeling and data transformation on various databases like PostgreSQL, Cassandra hosted on AWS.

License

Notifications You must be signed in to change notification settings

vinit2107/Data-Engineering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Data-Engineering

Image source: Unsplash

This repository contains projects implementing data-engineering concepts like data-modeling, data-warehouse. The list below explains the projects and rationale behind the projects.

Projects

  1. Data-Modeling The project aims at building a Postgres ETL pipeline using Python. It involves creating fact and dimension tables for storing data and designing an ETL pipeline that transfers data from the local system to the database using Python and Postgres. Postgres server was hosted on RDS in AWS.

  2. Data-modeling in NoSQL Database This project aims at building a ETL pipeline using Python and storing the data in Cassandra hosted locally. It involves creating tables in Cassandra against which the analytical queries has to be run.

The datasets have been taken from this repository.

LICENSE

MIT License

Copyright (c) 2020 Vinit Deshbhratar

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

About

This repository contains projects for data modeling and data transformation on various databases like PostgreSQL, Cassandra hosted on AWS.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages