meteora-server

Crates.iometeora-server
lib.rsmeteora-server
version0.1.0
sourcesrc
created_at2020-04-19 07:55:17.413123
updated_at2020-04-19 07:55:17.413123
descriptionMeteora is a distributed key-value store.
homepagehttps://github.com/mosuka/meteora
repositoryhttps://github.com/mosuka/meteora
max_upload_size
id231860
size23,149
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