An experimental distributed streaming platform
Currently, working in the foundation of the storage layer.
Found an issue? Feel like contributing? Make sure to check out our contributing guide first.
To know more about component internals, performance and references, please check the architecture internals documentation.
- Learn
- Implement a Kinesis-like streaming-service
- Single binary
- Easy to Host, Run & Operate
Available make commands
make build
- Builds the application with cargomake build_release
- Builds the application with cargo, with release optimizationsmake docker_test_watcher
- Runs funzzy on linux over docker-composemake docs
- Generates the GitHub Markdown docs (At the moment only mermaid)make format
- Formats the code according to cargomake help
- Lists the available commandsmake install
- Builds a release version and installs to your cago bin pathmake run
- Runs the newly builtmake test
- Tests all features