https://github.com/firebolt-db/firebolt-ingest
https://github.com/firebolt-db/firebolt-ingest
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/firebolt-db/firebolt-ingest
- Owner: firebolt-db
- License: apache-2.0
- Created: 2022-03-09T18:23:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T08:39:29.000Z (10 months ago)
- Last Synced: 2025-04-29T21:17:58.417Z (about 2 months ago)
- Language: Python
- Size: 171 KB
- Stars: 4
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.MD
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Firebolt-ingest
[](https://github.com/firebolt-db/firebolt-ingest/actions/workflows/nightly.yml)
[](https://github.com/firebolt-db/firebolt-ingest/actions/workflows/unit-tests.yml)
[](https://github.com/firebolt-db/firebolt-ingest/actions/workflows/code-check.yml)
The Firebolt Ingest library provides auxiliary functionality for creation external and fact tables.
And ingest the data from one to another.The library is based on firebolt-python-sdk.
### Prerequisites
* Python version 3.8 or later along with the pip package installer. For more information, see the [Python](https://www.python.org/downloads/) web page.
* Firebolt account, database and running engine.### Installation
Use pip to install the Firebolt Ingest from the command line as shown in the example below:```pip install firebolt-ingest```
### Examples
See jupyter notebook in the [examples](https://github.com/firebolt-db/firebolt-ingest/tree/main/examples) folder.### License
The Firebolt Ingest is licensed under the [Apache License Version 2.0](https://github.com/firebolt-db/firebolt-ingest/blob/main/LICENSE) software license.