Y
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
lgas
3599 days ago
The context the author is describing is clustered databases, does ZODB offer a clustering option that is equally as mature?
link
Feneric
3599 days ago
You mean like ZEO? Yes, it's probably been around for a couple of decades now.
link
lgas
3598 days ago
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.
link