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
- Host: GitHub
- URL: https://github.com/rnbguy/antidotedb_rs
- Owner: rnbguy
- Created: 2018-11-07T10:31:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-02T18:48:59.000Z (over 7 years ago)
- Last Synced: 2025-07-12T04:39:08.576Z (11 months ago)
- Language: Rust
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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