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

https://github.com/simonhdickson/reed


https://github.com/simonhdickson/reed

Last synced: 30 days ago
JSON representation

Awesome Lists containing this project

README

          

# Reed

Implementation of [Proximo](https://github.com/uw-labs/proximo) written in Rust.

## Quick start

```
git clone https://github.com/simonhdickson/reed.git
cd reed
docker-compose up -d
cargo run --release -- kafka localhost:9092
```

## Help

```
Usage: reed []

Reed: Proximo Server implementation written in Rust.

Options:
--help display usage information

Commands:
kafka start kafka backed proximo instance.
```