home.social

#zodb — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #zodb, aggregated by home.social.

  1. @jensens had a very interesting series of talks yesterday at the World Plone Day about his recent experiments:

    - A PostgreSQL JSONB ZODB storage backend
    - PostgreSQL based Plone catalog
    - S3 storage for blobs
    - Thumbor for image scaling
    - Tika for content extraction from office documents

    youtube.com/watch?v=K8YOjRaGSN

    #Plone #Zope #ZODB #Cloud #Python #PostgreSQL

  2. ZODB has served the Zope and Plone community for over two decades. But its storage model — opaque pickle blobs and BTree-based catalog indexes — hasn't aged well. You can't query your data with SQL. You can't inspect object state without unpickling. And the catalog is a black box that lives inside the very database it indexes.

    Time to change that. Four modules, one mission — get ZODB out of the pickle jar.

    community.plone.org/t/zodb-out

    #zope #plone #python #rust #pyo3 #postgres #jsonb #zodb