YuriyNasretdinov / distribkv
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
- Easy to use distributed event bus similar to Kafka☆94Updated 2 years ago
- A simplified implementation for log structured merge tree.☆61Updated 4 years ago
- B-tree implementation for Go☆236Updated 2 years ago
- A slick BTree on disk based key value store implemented in pure Go☆145Updated 2 years ago
- Template repository to work on the labs from MIT 6.824 Distributed Systems course.☆59Updated 2 years ago
- Log-structured merge-tree☆29Updated last year
- Example code for how to get hashicorp/raft running with gRPC☆217Updated 6 months ago
- raft is a golang library that provides a simple, clean, and idiomatic implementation of the Raft consensus protocol☆130Updated 7 months ago
- Distributed Computing with Go, published by Packt☆72Updated 2 years ago
- Write Ahead Log for LSM or bitcask storage(or any append-only write).☆254Updated 3 weeks 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.☆252Updated last year
- high performance key value database written in Go. Deprecated. Use robaho/leveldb☆86Updated 2 years ago
- When storing a value in a Go interface allocates memory on the heap.☆72Updated 2 years ago
- An Adaptive Radix Tree (ART) implementation in Go☆79Updated last year
- FlashDB is an embeddable, in-memory key/value database in Go (with Redis like commands and super easy to read)☆363Updated last year
- ⚡️ lock-free utilities in Go☆152Updated 9 months 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…☆222Updated last year
- A Bitcask (LSM+WAL) Key/Value Store written in Go.☆38Updated 5 years ago
- 使用 Golang 解答 LeetCode☆61Updated last year
- 🔑 A high performance Key/Value store written in Go with a predictable read/write performance and high throughput. Uses a Bitcask on-disk…☆31Updated last year
- ☆34Updated 4 years ago
- CRAQ (Chain Replication with Apportioned Queries) in Go☆123Updated 2 years ago
- Go implementation of Bitcask - A Log-Structured Hash Table for Fast Key / Value Data☆35Updated last year
- Write ahead log for Go.☆636Updated 3 months ago
- A collection of best practices and lessons learnt from applying concurrency in go.☆103Updated 4 months ago
- Simple and efficient WAL implementation in Go 🚀☆58Updated 9 months ago
- An ordered collection implemented in Golang with O(log(N)) time complexity on adding / searching / removing☆156Updated last year
- Benchmark utility for the tidwall/btree Go package☆22Updated last year
- on-disk hash table(mainly for WAL).☆27Updated last year
- A buffer pool file I/O library for Go☆54Updated 3 years ago