chrislusf / gleamLinks
Fast, efficient, and scalable distributed map/reduce system, DAG execution, in memory or on disk, written in pure Go, runs standalone or distributedly.
☆3,527Updated 2 months ago
Alternatives and similar repositories for gleam
Users that are interested in gleam are comparing it to the libraries listed below
Sorting:
- Glow is an easy-to-use distributed computation system written in Go, similar to Hadoop Map Reduce, Spark, Flink, Storm, etc. I am also wo…☆3,218Updated 6 years ago
- BuntDB is an embeddable, in-memory key/value database for Go with custom indexing and geospatial support☆4,736Updated 10 months ago
- Golang in-memory database built on immutable radix trees☆3,327Updated this week
- A high performance NoSQL Database Server powered by Go☆4,123Updated last year
- Fast event-loop networking for Go☆5,991Updated last year
- Micro-service framework in Go☆3,264Updated 6 years ago
- Goka is a compact yet powerful distributed stream processing library for Apache Kafka written in Go.☆2,455Updated last month
- A cache library for Go with zero GC overhead.☆5,242Updated last year
- Flow-based and dataflow programming library for Go (golang)☆1,644Updated 3 years ago
- LevelDB key/value database in Go.☆6,283Updated last year
- Efficient cache for gigabytes of data written in Go.☆7,870Updated 2 months ago
- A goroutine pool for Go☆4,000Updated 2 years ago
- Golang package for gossip based membership and failure detection☆3,864Updated this week
- Redis compatible server framework for Go☆2,232Updated 2 months ago
- Go port of Coda Hale's Metrics library☆3,472Updated 3 months ago
- Roaring bitmaps in Go (golang), used by InfluxDB, Bleve, DataDog☆2,731Updated this week
- A rudimentary implementation of a basic document (NoSQL) database in Go☆2,723Updated 3 years ago
- faster JSON serialization for Go☆2,979Updated last year
- Stochastic flame graph profiler for Go programs☆3,958Updated 6 years ago
- Kafka implemented in Golang with built-in coordination (No ZK dep, single binary install, Cloud Native)☆4,989Updated last year
- Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin☆5,259Updated 10 months ago
- RocksDB/LevelDB inspired key-value database in Go☆5,366Updated this week
- Connection multiplexer for GoLang: serve different services on the same port!☆2,643Updated last year
- [Deprecated] Protocol Buffers for Go with Gadgets☆5,689Updated last year
- A high performance memory-bound Go cache☆6,209Updated this week
- A well tested and comprehensive Golang statistics library package with no dependencies.☆2,989Updated 3 months ago
- idiomatic codec and rpc lib for msgpack, cbor, json, etc. msgpack.org[Go]☆1,897Updated 3 weeks ago
- An embedded key/value database for Go.☆8,899Updated this week
- Netflix's Hystrix latency and fault tolerance library, for Go