meteora-client

Crates.iometeora-client
lib.rsmeteora-client
version0.1.0
sourcesrc
created_at2020-04-19 08:09:08.113447
updated_at2020-04-19 08:09:08.113447
descriptionMeteora is a distributed key-value store.
homepagehttps://github.com/mosuka/meteora
repositoryhttps://github.com/mosuka/meteora
max_upload_size
id231872
size26,993
Minoru Osuka (mosuka)

documentation

https://github.com/mosuka/meteora

README

Meteora

License: MIT

Meteora is a distributed key-value store written in Rust built on top of RocksDB and implemented by The Raft Consensus Algorithm and The gRPC.
Achieves consensus across all the nodes, ensures every change made to the system is made to a quorum of nodes.
Meteora makes easy for programmers to develop an applications with advanced features and high availability.

Commit count: 32

cargo fmt