Hacker News new | ask | show | jobs
by dragonsh 1907 days ago
It’s still alive and underpins the CMS plone [1].

It has evolved and separated into zope [2] zodb [3] and ztk.

[1] https://plone.org

[2] https://zope.org

[3] https://zodb.org

Note: circled the link.

1 comments

I remember being quite interested in zodb for app development in python since it alleviates the need for an orm... it is a bit like a document store, right?
Yes indeed it is and also comes with High availability and horizontal scaling. It’s is an object store but is ACID compliant.