DirectoryStorage 1.1.19

DirectoryStorage 1.1.19 Download Summary

  • Language: Python
  • Platform: Linux / BSD / Solaris
  • License: GPL - GNU Public License
  • Databases: N/A
  • Downloads: 428
  • Released: May 18, 2007

DirectoryStorage 1.1.19 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.

Features:
- very simple file format; one file per revision per object. Your data is not locked away inside an unfamiliar, opaque database.
- Disaster-preparedness. DirectoryStorage tools have been designed to allow you to restore service after a disaster quickly and with confidence.
- Storage Replication. A tool to efficiently and robustly copy changes from a master storage into a backup replica storage. This can minimise data loss after a hardware failure.
- Fault-tolerant construction
- Support for filesystems with posix semantics is mature
- Preliminary support for win32

DirectoryStorage Bookmark

Hyperlink code:
Hyperlink for Forum code:

DirectoryStorage 1.1.19 Script Download Notice

Top 4 Download periodically updates information of DirectoryStorage 1.1.19 script from the developer, but some information may be slightly out-of-date.

Our script download links are directly from our mirrors or publisher's website. DirectoryStorage 1.1.19 torrent files or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, MailBigFile, DropSend, HellShare, HotFile, FileServe, MediaMax, zUpload, MyOtherDrive, SendSpace, DepositFiles, Letitbit, LeapFile, DivShare or MediaFire, are not allowed!

Simple ZODB viewer in wxPython

... simple script that allows you to examine a ZODB database. Start the script and you can see what is in your ZODB file as well as the overall structure. ...
Python

Harmoni

... framework and architecture, offering, e.g. authentication, DBC, file storage  - PHP OKI OSID (service definitions) conversion system  ... and authorization, with the Repository providing many data storage and retrieval needs. ...

GRDB

GRDB is an acronym for the GNU Recipe Database. GRDB is a simple database to store recipes. The project is written in PHP and use MySQL for storage. ...

Mapping arbitrary objects to a PostgreSQL database

Mapping arbitrary objects to a PostgreSQL database script allows you to introduce arbitrary objects into a PostgreSQL database. ...
Python

Modifying pickles without instantiating objects

This code loads arbitrary pickles. It just loads their data into totally inert objects which you can then traverse and do what you like to. It's pretty similar to processing a DOM tree. ...
Python