teivah / gossip-glomersLinks
My solutions to the Glomers Challenge: a series of distributed systems challenges.
☆123Updated 2 years ago
Alternatives and similar repositories for gossip-glomers
Users that are interested in gossip-glomers are comparing it to the libraries listed below
Sorting:
- A basic Raft implementation in Go.☆228Updated last year
- (educational) build your own disk based KV store in Go☆244Updated last year
- A distributed fault tolerant scheduler that is horizontally scalable 🔥☆98Updated 11 months ago
- LSM-based key-value store in Go for educational purpose.☆77Updated 7 months ago
- A distributed message queue.☆125Updated 3 months ago
- LibraDB is a simple, persistent key/value store written in pure Go in less than 1000 lines for learning purposes.☆194Updated last year
- An LSM Tree based Key-Value storage engine written in Go☆43Updated last year
- A disk based KV store (based on Bitcask implementation)☆197Updated last year
- A collection of best practices and lessons learnt from applying concurrency in go.☆110Updated 6 months ago
- A fast and easy-to-configure load balancer☆68Updated 3 months ago
- These are all my learnings gathered on concurrency in golang☆331Updated 3 years ago
- Solution to One Billion Rows Challenge in Golang.☆261Updated last year
- Listings from manning book☆166Updated 4 months ago
- Repository used during the Service Weaver workshops.☆134Updated 10 months ago
- one billion row challenge☆42Updated last year
- FlashDB is an embeddable, in-memory key/value database in Go (with Redis like commands and super easy to read)☆374Updated last year
- A repo full of interview question implementations in golang.☆107Updated 4 years ago
- Distributed cache with client-side consistent hashing, distributed leader-elections, and dynamic node discovery. Supports both REST and g…☆281Updated last year
- Writing High Performant Golang Programs☆173Updated 2 years ago
- social network in GRPC, Go, mysql, and vuejs,☆68Updated 4 years ago
- Go library for protobuf compatible sstables, a skiplist, a recordio format and other database building blocks like a write-ahead log. Shi…☆332Updated 4 months ago
- Data Structures and Algorithmic Thinking With Go☆149Updated 4 years ago
- Easy to use distributed event bus similar to Kafka☆95Updated 3 years ago
- 🪵 From scratch implementation of Raft consensus algorithm in Go☆39Updated 3 years ago
- Go implementation of SimpleDB, a basic RDBMS described by the "Database Design and Implementation" book by Edward Sciore☆26Updated 6 months ago
- A little, pedagogical implementation of mvcc and transaction isolation levels.☆61Updated 11 months ago
- Exercises and solutions from the book 'Know Go: Generics'☆66Updated last year
- Distributed key-value database in Go☆44Updated 5 years ago
- An easy-to-use Map Reduce Go parallel-computing framework inspired by 2021 6.824 lab1. It supports multiple workers threads on a single m…☆225Updated last year
- Algorithms, 4th Edition, Go version☆187Updated 8 months ago