Echo JS 0.11.0

<~>

tracker1 1592 days ago. link 2 points
Cool project, unsure of durability or redundancy constraints, let alone something akin to gossip to re-seed and/or re-balance records to partitions after coming online again.

Seems like a natural pairing to leveldb for local storage or even just an in-memory store for distributed caching.

Would still probably be better off with something with a higher memory threshold than node.js supports out of the box.
pioardi 1589 days ago. link 1 point
Thanks for your feedback @tracker , if you can please join on GitHub I would be happy to accept new features .
Re-balance partitions when a node is back online should already work :) 
You can build a distributed cache on top of it , or any other distributed system :)