An introduction to persistency in python, ZODB (Zope Object DataBase) and ZEO (Zope Enterprize Objects)
-
01_pickle_write.py
-
02_pickle_read.py -- reading and writing pickle objects
-
03_zodb_write.py -- sample writing into ZODB
-
04_zodb_transaction.py -- comming transactions and reverting history
-
05_zodb_persistent.py -- Inheriting from persistent class
-
06_zodb_container.py -- more examples of persistency, using persistent containers aka Folderish types
-
07_zope_catalog.py -- using repose.catalog for indexing ZODB
-
08_zeo.py -- an example of accessing ZODB through ZEO service.
-
zeo_command.sh -- bash command to start zeo
-
runzeo.py -- zeo startup service script from zopefoundation/ZEO repo
-
common.py -- comon ZODB instantiation functions used as shorthand in 04_zodb_write.py .. 07_zope_catalog.py
- http://zodb.readthedocs.org/en/latest/
- http://stackoverflow.com/questions/5704589/zodb-not-able-to-commit