Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/richardbnk/data_tools
Python Library to Accelerate Creation of Data ETL Processes on multiple database systems.
https://github.com/richardbnk/data_tools
bigquery etl gcp sql
Last synced: 3 days ago
JSON representation
Python Library to Accelerate Creation of Data ETL Processes on multiple database systems.
- Host: GitHub
- URL: https://github.com/richardbnk/data_tools
- Owner: Richardbnk
- Created: 2021-09-02T18:10:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-27T13:04:27.000Z (8 days ago)
- Last Synced: 2025-01-27T14:25:55.714Z (8 days ago)
- Topics: bigquery, etl, gcp, sql
- Language: Python
- Homepage:
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data Tools library (Python)
## Python package for data manipulation from various database systems
### Author
Name: Richard Raphael Banak
### Installation
To install the package, use the following command:
```
pip install git+https://github.com/Richardbnk/Data_Tools/
```To update your package, use the command:
```
pip install --upgrade git+https://github.com/Richardbnk/Data_Tools/
```### Requirements
For full use of the package, please install all requirements listed in the `requirements.txt` file.