YuriyNasretdinov / distribkvLinks
Distributed key-value database in Go
☆43Updated 4 years ago
Alternatives and similar repositories for distribkv
Users that are interested in distribkv are comparing it to the libraries listed below
Sorting:
- Easy to use distributed event bus similar to Kafka☆95Updated 2 years ago
- Log-structured merge-tree☆31Updated 2 years ago
- B-tree implementation for Go☆239Updated 3 years ago
- Distributed Computing with Go, published by Packt☆74Updated 2 years ago
- A simplified implementation for log structured merge tree.☆61Updated 4 years ago
- Write Ahead Log for LSM or bitcask storage(or any append-only write).☆263Updated 4 months ago
- Template repository to work on the labs from MIT 6.824 Distributed Systems course.☆60Updated 2 years ago
- A collection of best practices and lessons learnt from applying concurrency in go.☆107Updated 2 months ago
- A key-value persistent database that supports SQL queries over B+ and LSM trees☆30Updated 3 years ago
- Example code for how to get hashicorp/raft running with gRPC☆222Updated 11 months ago
- high performance key value database written in Go. Deprecated. Use robaho/leveldb☆87Updated 2 years ago
- A persistent storage (in file) based using B+ tree with byte-slice keys and values☆27Updated 3 years ago
- LibraDB is a simple, persistent key/value store written in pure Go in less than 1000 lines for learning purposes.☆187Updated last year
- ☆34Updated 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
- 🪵 From scratch implementation of Raft consensus algorithm in Go☆40Updated 3 years ago
- An LSM Tree based Key-Value storage engine written in Go☆38Updated last year
- Storage algorithms.☆38Updated 4 years ago
- A distributed fault tolerant scheduler that is horizontally scalable 🔥☆98Updated 7 months ago
- FlashDB is an embeddable, in-memory key/value database in Go (with Redis like commands and super easy to read)☆370Updated last year
- A little, pedagogical implementation of mvcc and transaction isolation levels.☆61Updated 8 months ago
- raft is a golang library that provides a simple, clean, and idiomatic implementation of the Raft consensus protocol☆135Updated last month
- Fast, lock-free, arena-based Skiplist implementation in Go that supports iteration in both directions.☆41Updated 5 years ago
- skipset is a high-performance, scalable concurrent sorted set based on skip-list. Up to 15x faster than sync.Map in the typical pattern.☆256Updated 2 years ago
- LSM-based key-value store in Go for educational purpose.☆69Updated 3 months ago
- 使用 Golang 解答 LeetCode☆63Updated last year
- Two-phase (2PC) and three-phase (3PC) protocols implementaion in Golang☆38Updated this week
- Fast and easy-to-use skip list for Go.☆416Updated 9 months ago
- ☆114Updated 5 years ago
- ☆16Updated 9 years ago