Re: [ZODB-Dev] What is the best document about ZODB internals?

2006-06-22 Thread Dieter Maurer
Eino Mäkitalo wrote at 2006-6-22 13:06 +0300:
>What is the best document about ZODB internals?

Questions with respect to "the best" are always very difficult...

>I can and will read code but are there any good documentation to 
>understand ideas why it's implemented that way.

There are the UML-diagrams for the ZODB, a tutorial and
Tim's details about "FileStorage".

Please, do not ask me where to find them. I forgot (and will not search
for you).

I have not seen a documentation explaining why it is as it is.


>My goal is to be able to play and implement a new storage

Implementing a storage should not be difficult (and does
not require deep ZODB knowledge).

It essentially is a map of oids (8 byte strings, locally unique)
to opaque data. Derive from "BaseStorage" and override
methods as necessary.

>but also to 
>understand ZODB at bit-level.

That's a bit more complex.


I might help should you have concrete questions.



-- 
Dieter
___
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zodb-dev


[ZODB-Dev] What is the best document about ZODB internals?

2006-06-22 Thread Eino Mäkitalo

What is the best document about ZODB internals?

I can and will read code but are there any good documentation to 
understand ideas why it's implemented that way.
My goal is to be able to play and implement a new storage but also to 
understand ZODB at bit-level.


Eino
___
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zodb-dev