Hacker News new | ask | show | jobs
by Andrew_nenakhov 1907 days ago
Zope? Now, that's a name I haven't heard in a long time... A long time.

I wonder of this magnificent monstrosity is still alive?

2 comments

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.

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.
I was just reading this last week talking about zope.interface

https://glyph.twistedmatrix.com/2021/03/interfaces-and-proto...