kumaab / MapReduceLinks
Implementation of MapReduce in Go.
ā26Updated 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.ā79Updated 9 months ago
- Databases are awesome! š¶ā59Updated 2 years ago
- My solutions to the Glomers Challenge: a series of distributed systems challenges.ā124Updated 2 years ago
- A basic Raft implementation in Go.ā233Updated last year
- A little, pedagogical implementation of mvcc and transaction isolation levels.ā63Updated last year
- ā34Updated 4 years ago
- An LSM Tree based Key-Value storage engine written in Goā45Updated last year
- šŖµ From scratch implementation of Raft consensus algorithm in Goā40Updated 3 years ago
- A Github repo for Building a NoSQL database from zeroā59Updated 3 years ago
- An implementation of an educational RDBMS in Goā22Updated last year
- A distributed fault tolerant scheduler that is horizontally scalable š„ā96Updated last year
- ā17Updated 10 years ago
- A simplified implementation for log structured merge tree.ā62Updated 4 years ago
- A distributed message queue.ā125Updated 6 months ago
- LibraDB is a simple, persistent key/value store written in pure Go in less than 1000 lines for learning purposes.ā199Updated last year
- Notes on Transaction Processing: Concepts and Techniques by Jim Gray and Andreas Reuterā38Updated last year
- Go implementation of SimpleDB, a basic RDBMS described by the "Database Design and Implementation" book by Edward Scioreā32Updated 9 months ago
- one billion row challengeā43Updated last year
- A fully featured SQL database written in Goā52Updated 10 months ago
- ViewStamped Replication implementation in Goā42Updated 2 years ago
- (educational) build your own disk based KV store in Goā252Updated last year
- Key-value store on top of Raft Consensus Algorithmā11Updated 7 years ago
- A Write-Ahead-Log implementation in Goā23Updated last year
- A collection of resources about databases and related topicsā99Updated 3 years ago
- Two-phase (2PC) and three-phase (3PC) protocols implementaion in Golangā40Updated last week
- SimpleDB - A Simple Relational DBMSā25Updated 11 months ago
- A simple cassandra like kv store using gossip protocolā16Updated 5 years ago
- An Adaptive Radix Tree (ART) implementation in Goā83Updated 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
- Building an intuition for latency and throughput of basic operations across SQL databases.ā55Updated 2 years ago