reed

Crates.ioreed
lib.rsreed
version0.1.0
sourcesrc
created_at2020-02-04 22:28:30.385642
updated_at2020-02-04 22:28:30.385642
descriptionProximo Server implementation written in Rust.
homepagehttps://github.com/simonhdickson/reed
repositoryhttps://github.com/simonhdickson/reed
max_upload_size
id204988
size81,440
Simon Dickson (simonhdickson)

documentation

https://github.com/simonhdickson/reed

README

Reed

Implementation of 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 <command> [<args>]

Reed: Proximo Server implementation written in Rust.

Options:
  --help            display usage information

Commands:
  kafka             start kafka backed proximo instance.
Commit count: 7

cargo fmt