s4ayub / huffleraftLinks
Replicated key-value store driven by the raft consensus protocol
☆30Updated 7 years ago
Alternatives and similar repositories for huffleraft
Users that are interested in huffleraft are comparing it to the libraries listed below
Sorting:
- Raft in-memory backend implementation with persistence☆85Updated 5 years ago
- An log structured merge tree varient of nitro storage engine☆29Updated 9 years ago
- Distributed SQL query engine written in Go for big data☆93Updated 7 years ago
- A collection of concurrent ring buffers☆134Updated 7 years ago
- A distributed key-value store. On Disk. Able to grow or shrink without service interruption.☆263Updated 6 years ago
- A simple column store in golang☆36Updated 9 years ago
- A minimal-memory AnchorHash (consistent-hash) implementation for Go☆77Updated 6 years ago
- Benchmarking various RPC implementations☆88Updated 5 years ago
- A high performance in-memory index storage engine☆113Updated last month
- Hybrid Logical Clocks in Go☆44Updated 8 years ago
- A fast collection type that uses uint64 for keys.☆44Updated 5 years ago
- Lock-free, non-blocking, concurrent queue on shared memory for Go☆79Updated 9 years ago
- Go implementation of Count-Min-Log☆69Updated 10 months ago
- An implementation of Ted Dunning's t-digest in Go.☆148Updated 2 years ago
- key value server. redis api, leveldb storage, raft support☆80Updated 5 years ago
- A distributed service for monotonically increasing tickets.☆42Updated 6 years ago
- Write-ahead log in Golang