SaaSHub helps you find the best software and product alternatives Learn more →
Top 6 Rust Raft Projects
-
-
Build something you’d like to learn about. Things I’ve considered replicating: A distributed database (see https://github.com/erikgrinaker/toydb), an interpreter (crafting interpreters is a good book), a Ray tracer (http://raytracerchallenge.com/), an RPC compiler and framework, a simpler neural network framework ( https://github.com/pjreddie/darknet)…
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
-
-
it? What's the big deal about not fitting well with SQLx? This isn't a requirement for such a library to be successful. What other problems is it allegedly suffering from?
-
My perspective is that VSR seems much more easier to grasp than Raft based on reading and contributing to Ilya Andreev's Little Raft. The selection of primary replica ("leader election" in Raft), for example, is dead-simple in VSR (you maintain a deterministic order of nodes and round-robin). Also, VSR seems to do a better job at decoupling the different scenarios at protocol level (backup fell behind, crashed, etc.) whereas in Raft the AppendEntries is a big hammer that does everything. I have very little experience on Paxos so can't really compare it to VSR.
-
Rust Raft related posts
- Can anyone recommend tikv nosql database
- Any ideas for resume
- Show /r/rust: Viewstamped Replication for Rust
- TiKV is a highly scalable, low latency, and easy to use key-value database
- Cloud database for tomorrow's applications (written in Rust)
- CeresDB: A high-performance, distributed, schema-less and time-series database
- TiKV: A High Performance Transactional Key-Value Database
-
A note from our sponsor - #<SponsorshipServiceOld:0x00007fea5b80e308>
www.saashub.com | 5 Feb 2023
Index
What are some of the best open-source Raft projects in Rust? This list will help you:
Project | Stars | |
---|---|---|
1 | tikv | 12,563 |
2 | toydb | 4,776 |
3 | raft-rs | 2,330 |
4 | chiselstore | 521 |
5 | little-raft | 368 |
6 | riteraft | 255 |