A data tool designed to move data seamlessly between various sources and destinations.
Project description
A data tool designed to move data seamlessly between various sources and destinations.
CLI
Bytebridge aims to have a CLI that can be used to easily transfer data from multiple sources. Some examples are shown below:
Parquet to PostgreSQL
bytebridge transfer \
--connections connections.json \
--source parquet_conn \
--source-object data.parquet \
--target postgresql_conn \
--target-object bytebridge.public.data
PostgreSQL to Parquet
bytebridge transfer \
--connections connections.json \
--source postgresql_conn \
--source-object bytebridge.public.data \
--target postgresql_conn \
--target-object data.parquet
In both cases, the connections metadata are defined in the connections.json file. An example of the file definition is:
{
"parquet_conn": {
"type": "parquet"
},
"postgresql_conn": {
"type": "postgresql",
"parameters": {
"host": "[hostname_of_the_connection]",
"user": "[postgresql_username_to_be_used]",
"password": "[postgresql_password_to_be_used]",
"port": "[postgresql_port_to_be_used]",
}
}
}
API
Coming soon.
Data Connectors
Currently Supported
| Name | Type | Client |
|---|---|---|
| PostgreSQL | Database | psycopg |
| MySQL | Database | mysql-connector-python |
| MS SQL Server | Database | pymssql |
| Parquet | File | pyarrow |
| CSV | File | csv |
Planned
| Name | Type |
|---|---|
| SQLite | Database |
| MongoDB | Database |
| MariaDB | Database |
| Clickhouse | Database |
| BigQuery | Database |
| Oracle | Database |
| Cassandra | Database |
| ORC | File |
| Avro | File |
| Excel (XLSX) | File |
| JSON | File |
Contributing
Feel free to contribute to this project. See the contribution guidelines in here.
License
This project is licensed under the terms of the Apache 2.0 license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bytebridge-0.0.3.tar.gz.
File metadata
- Download URL: bytebridge-0.0.3.tar.gz
- Upload date:
- Size: 9.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cfc4335e6031606801b27172802b82a6525ea84c6155936145dc1aff8c68069d
|
|
| MD5 |
e3ccbc6082cdf35fb21a3d90524d5530
|
|
| BLAKE2b-256 |
e97c4bbe976d7118027018d78805abf385b73b3195e5ce0c12dac8462ee5f885
|
File details
Details for the file bytebridge-0.0.3-py3-none-any.whl.
File metadata
- Download URL: bytebridge-0.0.3-py3-none-any.whl
- Upload date:
- Size: 11.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
524106e72c751420a350f945519c4466934849d39d6fbe8c6109974f57c54a50
|
|
| MD5 |
049f3d2774767d8d754b0cd9c3eb251a
|
|
| BLAKE2b-256 |
90cc093f0a61e1579ebe6b1864979db580b60df37f885f3e9694e6e25410b71b
|