A ZODB Storage which uses one file per revision of an object
Project description
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:
1. A very simple file format; one file per revision per object. Your data is
not locked away inside an unfamiliar, opaque database.
2. Designed for disaster-preparedness. Restore service after a disaster faster
and with greater confidence.
3. Storage Replication. Efficiently and robustly keep an online backup copy of
your storage up to date with the latest changes from the master.
4. Designed for fault tolerance. Any bugs (in DirectoryStorage, or elsewhere)
are less likely to irretrievably destroy your data.
And more ... look at http://dirstorage.sourceforge.net
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:
1. A very simple file format; one file per revision per object. Your data is
not locked away inside an unfamiliar, opaque database.
2. Designed for disaster-preparedness. Restore service after a disaster faster
and with greater confidence.
3. Storage Replication. Efficiently and robustly keep an online backup copy of
your storage up to date with the latest changes from the master.
4. Designed for fault tolerance. Any bugs (in DirectoryStorage, or elsewhere)
are less likely to irretrievably destroy your data.
And more ... look at http://dirstorage.sourceforge.net
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
DirectoryStorage-1.1.21.tar.gz
(107.3 kB
view details)
File details
Details for the file DirectoryStorage-1.1.21.tar.gz
.
File metadata
- Download URL: DirectoryStorage-1.1.21.tar.gz
- Upload date:
- Size: 107.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 13cc62a14ed9d808a0fd411bf22d5f32ddd76d0a2a84c437734af09f3b8b932c |
|
MD5 | 825289c7584947df7894b8113f00faed |
|
BLAKE2b-256 | 96a358698fb86eef4135c677e087656a8412d87665aca39fe1745702a54329f6 |