avinassh / go-caskdb
(educational) build your own disk based KV store in Go
☆228Updated 11 months ago
Alternatives and similar repositories for go-caskdb:
Users that are interested in go-caskdb are comparing it to the libraries listed below
- A basic Raft implementation in Go.☆222Updated last year
- My solutions to the Glomers Challenge: a series of distributed systems challenges.☆117Updated 2 years ago
- A disk based KV store (based on Bitcask implementation)☆175Updated last year
- FlashDB is an embeddable, in-memory key/value database in Go (with Redis like commands and super easy to read)☆367Updated last year
- Go library for protobuf compatible sstables, a skiplist, a recordio format and other database building blocks like a write-ahead log. Shi…☆321Updated last week
- B-tree implementation for Go☆236Updated 3 years ago
- LibraDB is a simple, persistent key/value store written in pure Go in less than 1000 lines for learning purposes.☆180Updated last year
- A distributed message queue.☆124Updated 8 months ago
- A distributed fault tolerant scheduler that is horizontally scalable 🔥☆98Updated 5 months ago
- Solution to One Billion Rows Challenge in Golang.☆257Updated last year
- Easy to use distributed event bus similar to Kafka☆96Updated 2 years ago
- LSM-based key-value store in Go for educational purpose.☆67Updated last month
- 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
- A collaborative text editor using CRDTs and WebSockets. Lightweight, easy-to-setup.☆119Updated last year
- 🪵 From scratch implementation of Raft consensus algorithm in Go☆38Updated 3 years ago
- A little, pedagogical implementation of mvcc and transaction isolation levels.☆56Updated 5 months ago
- An early PostgreSQL implementation in Go☆716Updated 3 years ago
- An LSM Tree based Key-Value storage engine written in Go☆32Updated 9 months ago
- A simplified implementation for log structured merge tree.☆61Updated 4 years ago
- Raft + Postgres parser + Postgres wire protocol + Boltdb + ? = Distributed PostgreSQL☆103Updated 2 years ago
- A pure golang SQL database for database theory research☆839Updated 3 years ago
- Example code for how to get hashicorp/raft running with gRPC☆218Updated 8 months ago
- Go port of Google's Swiss Table hash table☆423Updated 3 weeks ago
- Write ahead log for Go.☆648Updated 5 months ago
- Checklist for code reviews☆156Updated 4 years ago
- Algorithms, 4th Edition, Go version☆185Updated 3 months ago
- 🔏 Simplified distributed locking implementation using Redis☆16Updated 4 years ago
- Template repository to work on the labs from MIT 6.824 Distributed Systems course.☆59Updated 2 years ago
- Distributed cache with client-side consistent hashing, distributed leader-elections, and dynamic node discovery. Supports both REST and g…☆280Updated 9 months ago
- A fast, disk-based BTree package with an extensive easy-to-use API optimized for large keys with many values.☆86Updated 3 months ago