Add-on software for ZODB
This page lists third-party components that work with ZODB, like other storage implementations.
- RelStorage
Stores ZODB objects in a relational database.
- DirectoryStorage
http://dirstorage.sourceforge.net/
Directory uses ordinary files and directories to store revisions of ZODB objects; one file per revision per object.
- "Zope Replication Service"
ZRS extends the ZEO architecture to ensure that every transaction written to a primary storage is replicated to any number of secondary storages.
ZRS is a commercial product. Contact Jeremy Hylton
for more information. - IndexedCatalog
IndexedCatalog? is an extension to the ZODB that provides indexing and allows queries for objects based on attributes. Which is accomplished by indexing all fields by type (string/integer/float) and by a simple query language.