kumaab / MapReduceLinks
Implementation of MapReduce in Go.
☆24Updated 5 years ago
Alternatives and similar repositories for MapReduce
Users that are interested in MapReduce are comparing it to the libraries listed below
Sorting:
- LSM-based key-value store in Go for educational purpose.☆77Updated 7 months ago
- An LSM Tree based Key-Value storage engine written in Go☆43Updated last year
- Databases are awesome! 🕶☆59Updated 2 years ago
- My solutions to the Glomers Challenge: a series of distributed systems challenges.☆123Updated 2 years ago
- 🪵 From scratch implementation of Raft consensus algorithm in Go☆39Updated 3 years ago
- A basic Raft implementation in Go.☆228Updated last year
- LibraDB is a simple, persistent key/value store written in pure Go in less than 1000 lines for learning purposes.☆194Updated last year
- A little, pedagogical implementation of mvcc and transaction isolation levels.☆61Updated 11 months ago
- A simplified implementation for log structured merge tree.☆62Updated 4 years ago
- A Write-Ahead-Log implementation in Go☆22Updated last year
- (educational) build your own disk based KV store in Go☆244Updated last year
- ☆17Updated 9 years ago
- An implementation of an educational RDBMS in Go☆22Updated last year
- A collection of resources about databases and related topics☆96Updated 2 years ago
- Distributed key-value database in Go☆44Updated 5 years ago
- A distributed fault tolerant scheduler that is horizontally scalable 🔥☆98Updated 11 months ago
- A simple cassandra like kv store using gossip protocol☆16Updated 5 years ago
- one billion row challenge☆42Updated last year
- Go implementation of SimpleDB, a basic RDBMS described by the "Database Design and Implementation" book by Edward Sciore☆26Updated 6 months ago
- ViewStamped Replication implementation in Go☆39Updated last year
- A distributed message queue.☆125Updated 3 months ago
- ☆34Updated 4 years ago
- Notes on Transaction Processing: Concepts and Techniques by Jim Gray and Andreas Reuter☆38Updated last year
- Key-value store on top of Raft Consensus Algorithm☆11Updated 7 years ago
- A fully featured SQL database written in Go☆51Updated 8 months ago
- A Github repo for Building a NoSQL database from zero☆59Updated 3 years ago
- Distributed cache with client-side consistent hashing, distributed leader-elections, and dynamic node discovery. Supports both REST and g…☆281Updated last year
- A slick BTree on disk based key value store implemented in pure Go☆150Updated 3 years ago
- FlashDB is an embeddable, in-memory key/value database in Go (with Redis like commands and super easy to read)☆374Updated last year
- A toy, ACID compliant, and Relational-ish DBMS built from scratch☆39Updated 2 months ago