https://github.com/simonhdickson/reed
https://github.com/simonhdickson/reed
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/simonhdickson/reed
- Owner: simonhdickson
- License: mit
- Created: 2020-02-03T23:32:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-07T22:44:14.000Z (over 6 years ago)
- Last Synced: 2025-10-19T00:15:07.137Z (8 months ago)
- Language: Rust
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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.
```