varunu28 / graftLinks
🪵 From scratch implementation of Raft consensus algorithm in Go
☆40Updated 3 years ago
Alternatives and similar repositories for graft
Users that are interested in graft are comparing it to the libraries listed below
Sorting:
- LSM-based key-value store in Go for educational purpose.☆79Updated 8 months ago
- A little, pedagogical implementation of mvcc and transaction isolation levels.☆63Updated last year
- A simplified implementation for log structured merge tree.☆62Updated 4 years ago
- A simple cassandra like kv store using gossip protocol☆16Updated 5 years ago
- Go library for protobuf compatible sstables, a skiplist, a recordio format and other database building blocks like a write-ahead log. Shi…☆361Updated 6 months ago
- ViewStamped Replication implementation in Go☆40Updated 2 years ago
- A basic Raft implementation in Go.☆230Updated last year
- ☆132Updated 7 years ago
- A small distributed key value store written in java, uses event driven architecture and supports replication.☆16Updated last year
- Implementation of MapReduce in Go.☆25Updated 5 years ago
- LibraDB is a simple, persistent key/value store written in pure Go in less than 1000 lines for learning purposes.☆198Updated last year
- FlashDB is an embeddable, in-memory key/value database in Go (with Redis like commands and super easy to read)☆376Updated last year
- Related resources for "Database Performance at Scale: A Practical Guide (Apress, 2023)," by Felipe Cardeneti Mendes, Piotr Sarna, Pavel E…☆124Updated 4 months ago
- A collection of resources about databases and related topics☆98Updated 3 years ago
- (educational) build your own disk based KV store in Go☆251Updated last year
- A toy, ACID compliant, and Relational-ish DBMS built from scratch☆41Updated 3 months ago
- one billion row challenge☆43Updated last year
- Notes on Transaction Processing: Concepts and Techniques by Jim Gray and Andreas Reuter☆38Updated last year
- My solutions to the Glomers Challenge: a series of distributed systems challenges.☆124Updated 2 years ago
- Example code for how to get hashicorp/raft running with gRPC☆230Updated last year
- A list papers of learning how to building database system☆246Updated last year
- TalariaDB is a distributed, highly available, and low latency time-series database for Presto☆228Updated last year
- An LSM Tree based Key-Value storage engine written in Go☆43Updated last year
- Go implementation of SimpleDB, a basic RDBMS described by the "Database Design and Implementation" book by Edward Sciore☆32Updated 8 months ago
- Project for COS 518: distributed lock service☆37Updated 6 years ago
- A distributed fault tolerant scheduler that is horizontally scalable 🔥☆96Updated last year
- The source code for this book: Grokking Streaming Systems: Real-time Event Processing (https://www.manning.com/books/grokking-streaming-s…☆112Updated 4 months ago
- ☆42Updated 2 years ago
- Distributed cache with client-side consistent hashing, distributed leader-elections, and dynamic node discovery. Supports both REST and g…☆281Updated last year
- Raft implementation in Go☆1,232Updated 9 months ago