Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/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://github.com/scattered-systems/chaos

cloud decentralized rust scsys storage

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# scsys/chaos

[![Code Analysis](https://github.com/scattered-systems/chaos/actions/workflows/clippy.yml/badge.svg)](https://github.com/scattered-systems/chaos/actions/workflows/clippy.yml)
[![Docker](https://github.com/scattered-systems/chaos/actions/workflows/docker.yml/badge.svg)](https://github.com/scattered-systems/chaos/actions/workflows/docker.yml)
[![Rust](https://github.com/scattered-systems/chaos/actions/workflows/rust.yml/badge.svg)](https://github.com/scattered-systems/chaos/actions/workflows/rust.yml)

Welcome to Chaos

## Getting Started

### Building from the source

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

#### _Testing_

```bash
cargo test --all-features --release --verbose
```

#### _Run_

```bash
cargo run -- -h
```

### Docker

Start by cloning the repository

```bash
docker pull scsys/chaos:latest
```

#### _Build a new image_

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

### Usage

```rust

```

## 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

- [Apache-2.0](https://choosealicense.com/licenses/apache-2.0/)
- [MIT](https://choosealicense.com/licenses/mit/)