Subject: CVS commit: wip/py-DirectoryStorage
From: Michal Pasternak
Date: 2004-02-24 17:59:26
Message id: E1Avfu2-0007HC-BS@sc8-pr-cvs1.sourceforge.net

Log Message:
DirectoryStorage is a Storage for ZODB, the object database used by Zope. It
uses ordinary files and directories to store revisions of ZODB objects; one
file per revision per object.

The following features differentiate DirectoryStorage from other storages:
 * A very simple file format; one file per revision per object. Your data is
   not locked away inside an unfamiliar, opaque database.
 * Designed for disaster-preparedness. Restore service after a disaster faster
   and with greater confidence.
 * Storage Replication. Efficiently and robustly keep an online backup copy of
   your storage up to date with the latest changes from the master.
 * Designed for fault tolerance. Any bugs (in DirectoryStorage, or elsewhere)
   are less likely to irretrievably destroy your data.
 * Many more.

Files:
RevisionActionfile
1.1importwip/py-DirectoryStorage/Makefile
1.1importwip/py-DirectoryStorage/PLIST
1.1importwip/py-DirectoryStorage/distinfo
1.1importwip/py-DirectoryStorage/DESCR
1.1importwip/py-DirectoryStorage/TODO