|
|
1 週間 前 | |
|---|---|---|
| bin | 9 ヶ月 前 | |
| info | 1 年間 前 | |
| notebooks | 1 年間 前 | |
| transport | 1 週間 前 | |
| .gitignore | 2 年 前 | |
| README.md | 1 週間 前 | |
| pyproject.toml | 9 ヶ月 前 | |
| requirements.txt | 9 年 前 |
A powerful abstraction layer for seamless data communication across diverse systems. data-transport allows you to interact with NoSQL, SQL, and Cloud storage using a consistent interface powered by Pandas and SQLAlchemy.
| Component | Technologies Covered |
|---|---|
| SQL | PostgreSQL, MySQL, SQL Server, SQLite3+, DuckDB |
| NoSQL | MongoDB, CouchDB |
| Warehouse | Apache Iceberg, Apache Drill |
| Cloud | Nextcloud, S3 |
| Other | Files, RabbitMQ, HTTP |
Install the core package and your desired components:
# Basic installation with default SQL support
pip install data-transport@git+https://github.com/lnyemba/data-transport
# Full suite (SQL, NoSQL, Cloud, Warehouse)
pip install "data-transport[nosql,cloud,warehouse,all]"@git+https://github.com/lnyemba/data-transport.git
Learn More at the Project Website License: MIT