IvanProdaiko94 / raft-protocol-implementation
Raft protocol implementation as part of "Distributed databases" course in UCU
☆13Updated 5 years ago
Alternatives and similar repositories for raft-protocol-implementation:
Users that are interested in raft-protocol-implementation are comparing it to the libraries listed below
- on-disk hash table(mainly for WAL).☆26Updated last year
- A simplified implementation for log structured merge tree.☆60Updated 4 years ago
- A distributed key-value store☆26Updated 2 years ago
- An Adaptive Radix Tree (ART) implementation in Go☆79Updated last year
- Native persistent memory support for Go☆80Updated 2 years ago
- LSM tree based key-value database☆30Updated 10 months ago
- Log-structured merge-tree☆28Updated last year
- Server for benchmarking pure Go key/value databases☆32Updated 8 years ago
- Storage algorithms.☆37Updated 3 years ago
- A pluggable implementation of the Paxos Consensus Protocol☆21Updated 7 years ago
- Fast event-loop networking for Go (the lite version)☆70Updated 4 years ago
- B+ tree in memory with mvcc support☆18Updated 6 years ago
- Benchmark utility for the tidwall/btree Go package☆22Updated last year
- Raft backend using LevelDB☆31Updated 2 years ago
- Make hashicorp/raft communicate over gRPC☆48Updated 6 months ago
- A key-value persistent database that supports SQL queries over B+ and LSM trees☆30Updated 3 years ago
- A fast, reliable, simple hashmap that only supports the uint64 key/value. Faster than the runtime hashmap in almost all cases.☆23Updated 3 months ago
- Database server written from scratch☆14Updated last year
- 🔑 A high performance Key/Value store written in Go with a predictable read/write performance and high throughput. Uses a Bitcask on-disk…☆31Updated last year
- Fast, lock-free, arena-based Skiplist implementation in Go that supports iteration in both directions.☆40Updated 4 years ago
- A comparison of skip lists written in Go☆53Updated 3 years ago
- BPF with GO and Docker☆23Updated 3 years ago
- An easy-to-use, flexible network simulator library in Go.