> Message: 3
> Date: Fri, 19 Aug 2005 11:39:54 -0400
> From: "Tim Peters" <[EMAIL PROTECTED]>
> Subject: RE: [ZODB-Dev] python types question
> To: 'J?rgen Herrmann' <[EMAIL PROTECTED]>,

> You can probably find packages already written for ZODB to manage
> relationship mappings, although I'm not up to date on those, so someone else
> will have to provide pointers to such.

rdflib stores RDF relations and you get some other goodies too: a ZODB
backend (based on the same BTrees Tim pointed out) as well as other
backends, sparql query language support, xml in/out and other syntaxes,
and some upward compatibility with various Zope 3 tools that are still
in development. And it's pure python, nothing zope or zodb specific
about it (of course the zodb backend requires zodb...)

We've been working to tweak the various backends to be as efficient as
possible.  For example, the ZODB backend only stores the variably sized
source, relationship type, and target identifiers once, and after that
uses integers to refer to subsequent references.

http://rdflib.net/

-Michel

_______________________________________________
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

Reply via email to