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

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.

Awesome Lists containing this project

README

          

[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](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)