/rdflib-zodb

RDFLib Store backed by ZODB3 - PYTHON 2.6/2.7 ONLY

Primary LanguagePython

ZOPE Object Database implementation of rdflib.store.Store.

The boilerplate ZODB/ZEO handling has been wrapped up in a utility class, ZODBGraph

The implementation replaces the internal data structures of rdflib IOMemory store with ZODB based BTree structures. Therefore any structural change in rdflib's IOMemory implementation makes it incompatible with already persisted stores.

(e.g. rdflib 3 and rdflib 4 stores are incompatible)

Build Status Coverage Status Latest Version Downloads License