https://github.com/acovaci/orbit
ORBIT: an Open source Rust-based implementation of a data Build Tool, inspired by DBT
https://github.com/acovaci/orbit
cargo clap-rs data data-warehouse dbt rust rust-lang tokio-rs
Last synced: over 1 year ago
JSON representation
ORBIT: an Open source Rust-based implementation of a data Build Tool, inspired by DBT
- Host: GitHub
- URL: https://github.com/acovaci/orbit
- Owner: acovaci
- License: agpl-3.0
- Created: 2023-12-13T19:48:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-04T21:29:34.000Z (over 2 years ago)
- Last Synced: 2025-01-22T19:16:22.813Z (over 1 year ago)
- Topics: cargo, clap-rs, data, data-warehouse, dbt, rust, rust-lang, tokio-rs
- Language: Rust
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# orbit
ORBIT: an Open source Rust-based implementation of a Data build Tool, inspired by DBT
## Installation
- Install Python
- Clone this repo
- Install Rust
- Install `cargo-make`
- Run `cargo make`
- Run the CLI with `./orbit [options]`
## Roadmap
- [x] Basic project structure
- [ ] Wrap around each of the core DBT commands
- [ ] Implement each of the commands, starting with the simplest
## Changelog
See [CHANGELOG.md](CHANGELOG.md)