avinassh / go-caskdbLinks
(educational) build your own disk based KV store in Go
☆252Updated last year
Alternatives and similar repositories for go-caskdb
Users that are interested in go-caskdb are comparing it to the libraries listed below
Sorting:
- A basic Raft implementation in Go.☆232Updated last year
- My solutions to the Glomers Challenge: a series of distributed systems challenges.☆124Updated 2 years ago
- FlashDB is an embeddable, in-memory key/value database in Go (with Redis like commands and super easy to read)☆378Updated 2 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
- 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
- A disk based KV store (based on Bitcask implementation)☆197Updated 2 years ago
- A distributed message queue.☆125Updated 5 months ago
- LSM-based key-value store in Go for educational purpose.☆79Updated 9 months ago
- An LSM Tree based Key-Value storage engine written in Go☆44Updated last year
- B-tree implementation for Go☆239Updated 3 years ago
- A collaborative text editor using CRDTs and WebSockets. Lightweight, easy-to-setup.☆131Updated 2 years ago
- A distributed fault tolerant scheduler that is horizontally scalable 🔥☆96Updated last year
- Implementation of git internals from scratch in Go language☆50Updated 3 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…☆226Updated 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
- A pure golang SQL database for database theory research☆848Updated 4 years ago
- Solution to One Billion Rows Challenge in Golang.☆261Updated last year
- Easy to use distributed event bus similar to Kafka☆95Updated 3 years ago
- Template repository to work on the labs from MIT 6.824 Distributed Systems course.☆61Updated 3 years ago
- A little, pedagogical implementation of mvcc and transaction isolation levels.☆63Updated last year
- "Hacker's Delight" in Go☆105Updated 9 months ago
- 🪵 From scratch implementation of Raft consensus algorithm in Go☆40Updated 3 years ago
- Go port of Google's Swiss Table hash table☆461Updated 5 months ago
- Algorithms, 4th Edition, Go version☆187Updated 10 months ago
- Example code for how to get hashicorp/raft running with gRPC☆230Updated last year
- An early PostgreSQL implementation in Go☆728Updated 4 years ago
- These are all my learnings gathered on concurrency in golang☆332Updated 3 years ago
- A simplified implementation for log structured merge tree.☆62Updated 4 years ago
- A slick BTree on disk based key value store implemented in pure Go☆150Updated 3 years ago
- A simple, zero-configuration HTTP server CLI for serving static files☆227Updated last year