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

https://github.com/rnbguy/antidotedb_rs

AntidoteDB client for Rust using protobuf
https://github.com/rnbguy/antidotedb_rs

Last synced: 11 months ago
JSON representation

AntidoteDB client for Rust using protobuf

Awesome Lists containing this project

README

          

# Rust client for [Antidote DB][1]

It uses [Protobuf][2] to communicate an Antidote node.

- Registers - Last-writer-wins, Multi-value
- Counter - With-reset, Without-reset
- Flag - Enable-wins, Disable-wins
- Map - Grow-only, Recursive-remove
- Set - Add-wins, Remove-wins

#### Get started

Checkout the [`examples`](examples/).

[1]: https://www.antidotedb.eu

[2]: https://antidotedb.gitbook.io/documentation/api/protocol-buffer-api