You are not logged in Log in Join
You are here: Home » Members » hathawsh » AdaptableStorage Product Released » View NewsItem

Log in
Name

Password

 

AdaptableStorage Product Released

The first alpha release of AdaptableStorage is ready. AdaptableStorage lets you store ZODB objects in your own database and in your format, without using special content classes. You can use a filesystem directory, a relational database, or whatever kind of database you might have as a ZODB.

This is very different from all previous solutions. LocalFS, ExtFile, CMF directory views, and other similar products require you to use special content classes that store themselves outside the ZODB. OracleStorage and CVSFile store all objects as pickles. Other solutions have similar issues. AdaptableStorage, however, reuses as much of ZODB as possible to achieve orthogonal persistence to arbitrary databases and formats.

At this time, AdaptableStorage comes with two default mappings, a Zope2-filesystem mapping and a Zope2-PostgreSQL mapping. These mappings demonstrate AdaptableStorage and provide the pattern for creating your own mappings.

Version 0.4.1 is an alpha release. There is enough documentation to get started, including a short step-by-step guide to mounting a filesystem path in Zope. Zope 2.6 and the DBTab product (version 1.0.2 or later) are required.

Download it from:

http://hathaway.freezope.org/Software/AdaptableStorage