hoanhan101 / hstore
Key-value store on top of Raft Consensus Algorithm
☆11Updated 6 years ago
Alternatives and similar repositories for hstore:
Users that are interested in hstore are comparing it to the libraries listed below
- Go implementation of Bitcask - A Log-Structured Hash Table for Fast Key / Value Data☆35Updated 11 months ago
- ☆32Updated 3 years ago
- Simple key-value storage server with http endpoints in golang☆42Updated 3 years ago
- CRAQ (Chain Replication with Apportioned Queries) in Go☆123Updated 2 years ago
- Source code for my Go workshop which includes code samples about handling/throttling go routines and their graceful termination☆24Updated 4 years ago
- Simple Distributed Locks in Go using Redis, MySQL, PostgreSQL, MongoDB, etc.☆38Updated last month
- Simple and efficient WAL implementation in Go 🚀☆56Updated 8 months ago
- Easy to use Raft library to make your app distributed, highly available and fault-tolerant☆69Updated 3 years ago
- An Adaptive Radix Tree (ART) implementation in Go☆79Updated last year
- Demo execution of a payment transaction without an atomic commit across 3 partitions.☆34Updated 6 years ago
- An LSM Tree based Key-Value storage engine written in Go☆28Updated 6 months ago
- LSM-based key-value store in Go for educational purpose.☆60Updated 3 weeks ago
- My solutions to the Glomers Challenge: a series of distributed systems challenges.☆113Updated last year
- A disk based KV store (based on Bitcask implementation)☆171Updated last year
- A distributed message queue.☆123Updated 5 months ago
- An implementation of Consistent Hashing with Bounded Loads (using Red-Black tree)☆50Updated 5 years ago
- A distributed fault tolerant scheduler that is horizontally scalable 🔥☆94Updated 2 months ago
- Code for decoding and encoding runtime/trace files as well as useful functionality implemented on top.☆85Updated 4 months ago
- Storage algorithms.☆37Updated 3 years ago
- Mutual exclusion lock package for distributed Go programs☆15Updated 6 years ago
- Sequential and parallel mergesort in Go☆16Updated 4 years ago
- Cache that tries to keep data local for the goroutine and reduce synchronization overhead, but keep it is safe for concurrent use.☆45Updated 4 years ago
- Fast Scalable Minimal Perfect Hash for Large Keysets☆32Updated 4 years ago
- a golang test framework for asserting expected escape analysis results & heap allocations☆70Updated 3 weeks ago
- SkeletonDB is a lock-less thread safe in memory MVCC store written in Go.☆23Updated 8 years ago
- A repo full of interview question implementations in golang.☆104Updated 3 years ago
- Load file-backed memory☆121Updated 2 years ago
- Gotcha 🎯 seamlessly patches go runtime to provide a convenient way to track amount of heap allocated bytes, objects, calls per goroutin…☆39Updated 2 years ago
- A collection of best practices and lessons learnt from applying concurrency in go.☆100Updated 3 months ago