Ask YC: Good language/DB combination for distributed naive Bayes classifier?
https://news.ycombinator.com/item?id=257863I want to create a classifier which can run on multiple hosts and have all of the hosts be eventually consistent. erlang looks tempting, but I was wondering what would be a good db to pair with erlang for this? or is erlang maybe not the correct idea?