Skip to content

RDFLib Store backed by ZODB3 Tests passing but (as at 2021-11-18) work-in-progress w.r.t. being a releasable module.

Notifications You must be signed in to change notification settings

RDFLib/rdflib-zodb

Repository files navigation

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

About

RDFLib Store backed by ZODB3 Tests passing but (as at 2021-11-18) work-in-progress w.r.t. being a releasable module.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages