Scattered-Systems / chaos

Chaos implements a host of storage capabilities for the platform enabling Flow modules to store and retrieve information registered to the namespace across nearly any surface
https://crates.io/crates/chaos-sdk
Apache License 2.0
3 stars 0 forks source link
cloud decentralized rust scsys storage

scsys/chaos

Code Analysis Docker Rust

Welcome to Chaos

Getting Started

Building from the source

git clone https://github.com/scattered-systems/chaos
cargo build --release --workspace

Testing

cargo test --all-features --release --verbose

Run

cargo run -- -h

Docker

Start by cloning the repository

docker pull scsys/chaos:latest

Build a new image

docker buildx build --tag scsys/chaos:latest .

Usage

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License