A distributed key-value store. On Disk. Able to grow or shrink without service interruption.
created at Jan. 16, 2018, 5:16 a.m.
Glow is an easy-to-use distributed computation system written in Go, similar to Hadoop Map Reduce, Spark, Flink, Storm, etc. I am also working on another similar pure Go system, https://github.com/chrislusf/gleam , which is more flexible and more performant.
created at June 14, 2015, 12:33 a.m.
Fast, efficient, and scalable distributed map/reduce system, DAG execution, in memory or on disk, written in pure Go, runs standalone or distributedly.
created at Aug. 26, 2016, 8:44 a.m.