I am looking for a simple key-value datastore which will automatically replicate itself on different machines. Unfortunately, a Distributed Hash Table will not work for me since I need the whole datastore to be available on all machines. I have looked at mnesia from the erlang world but talking to it from different languages is a pain.

Any suggestions on what I should go for?

Thanks!

link|improve this question

50% accept rate
feedback

1 Answer

up vote 0 down vote accepted

DNS. It's a distributed cached mapping table replicated across all masters (and partially to clients).

I think we can safely say it scales.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.