https://github.com/rajathirumal/etl-tool
An ETL tool. Which requires 0 SQL skills. This repo makes use of the runtime developed in a the following repo https://github.com/rajathirumal/BridgeMap
https://github.com/rajathirumal/etl-tool
bridge-map contributions contributions-welcome etl etl-tool open-source opensource python python-3-11
Last synced: 11 months ago
JSON representation
An ETL tool. Which requires 0 SQL skills. This repo makes use of the runtime developed in a the following repo https://github.com/rajathirumal/BridgeMap
- Host: GitHub
- URL: https://github.com/rajathirumal/etl-tool
- Owner: rajathirumal
- License: mit
- Created: 2023-10-13T13:25:48.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-20T12:01:56.000Z (over 1 year ago)
- Last Synced: 2024-12-30T13:11:33.760Z (about 1 year ago)
- Topics: bridge-map, contributions, contributions-welcome, etl, etl-tool, open-source, opensource, python, python-3-11
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## ETL - Tool
This is a demonstration setup for how an ETL is done. It is meant with the aim of exposing the ETL technology that is used in IT companies to college students.
We are open to contributions. This would greatly help in building an open-source tool that might help college students know more about what is out there in the market.
- Please refer to the [contributor guide](docs/developer-guid.md) for project setup on your local machine.
- Please refer to the [student guide](docs/user-guid.md) on learning more about ETL.
Please check out our pair repository [BriggMap](https://github.com/rajathirumal/BridgeMap) In which we create SQL stored procedures using python like programming language.