YuriyNasretdinov / chukchaLinks
Easy to use distributed event bus similar to Kafka
☆95Updated 3 years ago
Alternatives and similar repositories for chukcha
Users that are interested in chukcha are comparing it to the libraries listed below
Sorting:
- Distributed key-value database in Go☆44Updated 5 years ago
- A collection of best practices and lessons learnt from applying concurrency in go.☆110Updated 6 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…☆225Updated last year
- B-tree implementation for Go☆239Updated 3 years ago
- FlashDB is an embeddable, in-memory key/value database in Go (with Redis like commands and super easy to read)☆374Updated last year
- Checklist for code reviews☆158Updated 4 years ago
- Algorithms, 4th Edition, Go version☆187Updated 8 months ago
- A distributed fault tolerant scheduler that is horizontally scalable 🔥☆98Updated 11 months ago
- Write Ahead Log for LSM or bitcask storage(or any append-only write).☆274Updated 8 months 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.☆262Updated 2 years ago
- ☆122Updated 2 years ago
- An Adaptive Radix Tree (ART) implementation in Go☆83Updated last year
- ⚡️ lock-free utilities in Go☆162Updated last year
- raft is a golang library that provides a simple, clean, and idiomatic implementation of the Raft consensus protocol☆137Updated 4 months ago
- Example code for how to get hashicorp/raft running with gRPC☆229Updated last year
- Log-structured merge-tree☆32Updated 2 years ago
- Fastest and most efficient goroutine pool (experimental)☆140Updated 2 years ago
- skipmap is a high-performance, scalable concurrent sorted map based on skip-list. Up to 10x faster than sync.Map in the typical pattern.☆220Updated last year
- When storing a value in a Go interface allocates memory on the heap.☆72Updated 3 years ago
- A simplified implementation for log structured merge tree.☆62Updated 4 years ago
- The `io_uring` library and runtime for GO☆149Updated 5 months ago
- Distributed cache with client-side consistent hashing, distributed leader-elections, and dynamic node discovery. Supports both REST and g…☆281Updated last year
- A basic Raft implementation in Go.☆228Updated last year
- Go lang implementation of saga pattern☆170Updated last year
- Cache benchmark for Golang☆76Updated last year
- (educational) build your own disk based KV store in Go☆244Updated last year
- 🚦 Declarative Finite-State Machines in Go☆106Updated 2 years ago
- A distributed message queue.☆125Updated 3 months ago
- Write ahead log for Go.☆679Updated last month
- A high-performance, thread-safe generic concurrent hash map implementation with Swiss Map.☆249Updated 10 months ago