Hacker News new | ask | show | jobs
by Feneric 3600 days ago
Not even a mention of ZODB. While it's true it's Python-only, it's certainly one of the most mature NoSQL databases around.
1 comments

The context the author is describing is clustered databases, does ZODB offer a clustering option that is equally as mature?
You mean like ZEO? Yes, it's probably been around for a couple of decades now.
I don't think so. I am referring to something that allows you to scale your database cluster horizontally by adding more servers. ZEO appears to only support a single server.