[ZODB-Dev] newbee: tool for creating objects from a local file system

Christian Robottom Reis kiko at async.com.br
Wed Jan 21 05:36:00 EST 2004


On Wed, Jan 21, 2004 at 11:21:39AM +0100, otto.stoettner at porsche.co.at wrote:
> i have a object database (called hyperwave) like zodb and i want to
> transfer all objects to zodb including the attributes. My db look like a
> normal file system and i can create a copy of folders and files on my local
> pc.

Most likely you'll need to write a custom Python script that reads data
from your database and creates the relevant Persistent objects. *AFAIK*
there aren't any converters or importers that could help you here.

This assumes hyperwave has a Python binding; otherwise, you'll need to
do this through the Python C API.

Take care,
--
Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 261 2331



More information about the ZODB-Dev mailing list