New Feature SQL-50
1 vote

Add a persistent ITripleStore implementation for use with ADO Stores

Created by Rob Vesse on 7/28/2011 9:51 AM Last Updated by Rob Vesse on 8/25/2011 2:11 PM
%
 (hrs)
Logged: 0  (hrs)

 Description

Provide an IInMemoryQueryableStore implementation which uses an ADO Store as a backend automatically persisting data as it is added and removed to the Triple Store.

 

May be possible to do this entirely just by implementing a custom BaseGraphCollection that will manage the graphs and wrap them in GraphPersistenceWrapper's as needed.  Would save a lot of work!

    Rob Vesse (Thursday, August 25, 2011 2:11 PM) #

Added lots of unit tests for this and tested against 4 different persistent backends to ensure correct behaviour as far as possible