In-reply-to » I love simple, lightweight, small, minimal tools that just do the bare minimum. Based on that, does anyone have any good recommendations for a key value store that is: - lightweight - clustered - sharded (so if I have 5 instances and 100 keys, each node will roughly have 20 keys on it). - easy to join nodes: as in kv-server --join somehost:1111

@markwylde@twtxt.net If you could benchmark this that would be wonderful! ๐Ÿ‘Œ โ€“ Also reading your thought son โ€œShardingโ€, I think you might be slightly confused, because what you just described is essentially โ€œHigh Availabilityโ€, and not Sharding.

In fact Bitraft already has this anyway. It fully supports forming a High Availability Cluster.

โค‹ Read More