dbeel 0.1.0

dbeel is a fast and minimal distributed thread-per-core document database.
Documentation
1
2
3
4
5
6
7
FROM rust:1.65

COPY ./ ./

RUN cargo build --release

CMD ["./target/release/dbeel"]