An open API service indexing awesome lists of open source software.

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

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)