Melee provides distributed system primitives. It is not a database or a messaging queue, but these could be built using Melee.
Primary features and goals:
- Raft consensus for a CP replicated state machine and log
- Consistent hashing for partitioning
- Durable append only journal
For example, Melee could be used to provide replicated WAL (write-ahead logging) for a distributed system.
Copyright © 2014 Fredrick Galoso
Distributed under the Eclipse Public License, the same as Clojure.