[ 
https://issues.apache.org/jira/browse/JENA-1695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16800784#comment-16800784
 ] 

Andy Seaborne commented on JENA-1695:
-------------------------------------

This is currently (2019-03) work-in-progress in two repos/branches:

*jena-dboe-storage*:
https://github.com/afs/jena/tree/storage/jena-db/jena-dboe-storage/src/main/java/org/apache/jena/dboe/storage

*jena-tdb2* using jena-dboe-storage:
https://github.com/afs/jena-db-base/tree/master/src/main/java/org/apache/jena/tdb2

These are temporary links.

> Refactory database storage for TDB2.
> ------------------------------------
>
>                 Key: JENA-1695
>                 URL: https://issues.apache.org/jira/browse/JENA-1695
>             Project: Apache Jena
>          Issue Type: Improvement
>          Components: DBOE
>    Affects Versions: Jena 3.11.0
>            Reporter: Andy Seaborne
>            Assignee: Andy Seaborne
>            Priority: Major
>             Fix For: Jena 3.12.0
>
>
> This ticket is for a new module (provisionally called "jena-db-storage") that 
> is a framework for building RDF databases. It abstracts the database in to 
> "triples+quads", "prefixes" and transactional control.
> {noformat}
> /** Component access functions for the parts of an RDF Database */
> public interface DatabaseRDF  {
>     // Triples and Quads
>     public StorageRDF getData();
>     // Prefixes
>     public StoragePrefixes getPrefixes();
>     //Transactional} for this database.
>     public Transactional getTransactional();
> }
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to