avinassh / go-caskdbLinks
(educational) build your own disk based KV store in Go
☆232Updated 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.☆226Updated last year
- FlashDB is an embeddable, in-memory key/value database in Go (with Redis like commands and super easy to read)☆369Updated last year
- A disk based KV store (based on Bitcask implementation)☆178Updated last year
- My solutions to the Glomers Challenge: a series of distributed systems challenges.☆121Updated 2 years ago
- Go library for protobuf compatible sstables, a skiplist, a recordio format and other database building blocks like a write-ahead log. Shi…☆329Updated 3 weeks ago
- B-tree implementation for Go☆238Updated 3 years ago
- LSM-based key-value store in Go for educational purpose.☆68Updated 3 months ago
- LibraDB is a simple, persistent key/value store written in pure Go in less than 1000 lines for learning purposes.☆187Updated last year
- A distributed fault tolerant scheduler that is horizontally scalable 🔥☆98Updated 7 months ago
- A collaborative text editor using CRDTs and WebSockets. Lightweight, easy-to-setup.☆122Updated 2 years ago
- A simplified implementation for log structured merge tree.☆61Updated 4 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…☆223Updated last year
- Go port of Google's Swiss Table hash table☆432Updated 2 months ago
- A distributed message queue.☆125Updated 9 months ago
- A little, pedagogical implementation of mvcc and transaction isolation levels.☆60Updated 7 months ago
- A fast and easy-to-configure load balancer☆64Updated 3 weeks ago
- A cloud native embedded storage engine built on object storage.☆92Updated 2 months ago
- Polaris: High performance workflow orchestrator for Golang☆273Updated 3 weeks ago
- Raft + Postgres parser + Postgres wire protocol + Boltdb + ? = Distributed PostgreSQL☆103Updated 3 years ago
- Solution to One Billion Rows Challenge in Golang.☆258Updated last year
- Implementation of git internals from scratch in Go language☆50Updated 3 years ago
- Write ahead log for Go.☆662Updated 6 months ago
- An LSM Tree based Key-Value storage engine written in Go☆38Updated 11 months ago
- Distributed cache with client-side consistent hashing, distributed leader-elections, and dynamic node discovery. Supports both REST and g…☆280Updated 10 months ago
- raft is a golang library that provides a simple, clean, and idiomatic implementation of the Raft consensus protocol☆134Updated 3 weeks ago
- high performance in-memory cache☆295Updated 2 months ago
- Distributed key-value database in Go☆43Updated 4 years ago
- Write Ahead Log for LSM or bitcask storage(or any append-only write).☆263Updated 4 months ago
- A collection of resources about databases and related topics☆90Updated 2 years ago
- Easy to use distributed event bus similar to Kafka☆95Updated 2 years ago