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
- FlashDB is an embeddable, in-memory key/value database in Go (with Redis like commands and super easy to read)☆377Updated 2 years ago
- B-tree implementation for Go☆239Updated 3 years ago
- A collection of best practices and lessons learnt from applying concurrency in go.☆111Updated 9 months ago
- Algorithms, 4th Edition, Go version☆189Updated 11 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 2 years ago
- A distributed fault tolerant scheduler that is horizontally scalable 🔥☆96Updated last year
- Distributed cache with client-side consistent hashing, distributed leader-elections, and dynamic node discovery. Supports both REST and g…☆281Updated last year
- Example code for how to get hashicorp/raft running with gRPC☆231Updated last year
- Checklist for code reviews☆157Updated 4 years ago
- ☆123Updated 2 years ago
- A flexible multi-layer Go caching library to deal with in-memory and shared cache by adopting Cache-Aside pattern.☆160Updated 2 years ago
- ⚡️ lock-free utilities in Go☆163Updated last year
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆221Updated 2 years ago
- A basic Raft implementation in Go.☆230Updated last year
- ☆71Updated 2 years ago
- Write Ahead Log for LSM or bitcask storage(or any append-only write).☆280Updated 11 months ago
- The `io_uring` library and runtime for GO☆156Updated 8 months ago
- Go lang implementation of saga pattern☆170Updated last year
- A Go port of the Java Streams API. Type-safe and functional Go Streams processing☆170Updated 4 months ago
- Cache benchmark for Golang☆77Updated 2 years ago
- Golnag microservice-template by DDD☆33Updated 2 weeks ago
- Clean Architecture using Golang.☆84Updated 9 months ago
- ☆259Updated last month
- A highly optimized double-ended queue☆203Updated 2 years ago
- Lock-free MPMC Ring Buffer (Generic) for SMP, in golang. Some posts in chinese:☆107Updated 3 months ago
- A distributed message queue.☆125Updated 7 months ago
- ☆121Updated 4 years ago
- An example Event-Driven application in Go built with Watermill library.☆146Updated 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.☆222Updated last year