ZODB (Zope Object Data Base)

Status: Draft

ZODB stands for Zope Object DataBase. It is a standalone python library which can be used with any python application, be it desktop or web.

The concepts, techniques and methods behind ZODB

  • BTree
  • Indexes
  • Replication
  • Clustering with ZEO

Tutorials

References

ZODB vs Relational Databases

Interesting articles

§