https://github.com/openacid/celeritasdb
A redis compatible database.
https://github.com/openacid/celeritasdb
db distributed global-consistency rust wan
Last synced: about 1 year ago
JSON representation
A redis compatible database.
- Host: GitHub
- URL: https://github.com/openacid/celeritasdb
- Owner: openacid
- License: apache-2.0
- Created: 2019-11-25T09:14:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-23T05:49:15.000Z (almost 5 years ago)
- Last Synced: 2025-03-25T15:02:49.532Z (about 1 year ago)
- Topics: db, distributed, global-consistency, rust, wan
- Language: Rust
- Homepage: https://blog.openacid.com/
- Size: 836 KB
- Stars: 15
- Watchers: 7
- Forks: 2
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://gitpod.io/#https://github.com/openacid/celeritasdb)
# celeritasdb
A database
# Build
## Build protobuf
> Compiled `*.rs` from protobuf file are already checked in.
> Unless you modify `components/epaxos/src/data/protos/*.proto`,
> you do not need this step.
```
make pb
```
See: [pbbuild](pbbuild)