Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [rdf4j-dev] Split RDF4J Project

On Mon, 2017-09-04 at 12:04 +1000, Jeen Broekstra wrote:
> > 
> > On 28 Aug 2017, at 23:39, James Leigh <james.leigh@xxxxxxxxxxxx>
> > wrote:
> > I propose the following setup:
> > 
> > * /rdf4j           rio, repository-api, and http client
> > 
> > * /rdf4j-storage   repository-sail, and all sail impls
> > * /rdf4j-tools     server, workbench, console, runtime, bom,
> > assembly
> > * /rdf4j-testsuite benchmark and testsuites
> > * /rdf4j-doc       remains the home of documentation guides
> I assume sail-api will also be in /rdf4j? And what about the modules
> you haven’t mentioned, such as the query parser api + impls, the
> query algebra, queryrender, spin, and queryresultio? I assume
> most/all of these would remain in the /rdf4j repo? 
> 

Query parsers/writers would stay in /rdf4j while sail-api goes into
/rdf4j-storage. The breakdown is as follows. Note that repository-
manager no longer depends on SAIL in 2.3-SNAPSHOT.

/eclipse/rdf4j
 * rdf4j-client
 * rdf4j-http-client
 * rdf4j-http-protocol
 * rdf4j-model
 * rdf4j-query
 * rdf4j-queryalgebra-model
 * rdf4j-queryparser-api
 * rdf4j-queryparser-serql
 * rdf4j-queryparser-sparql
 * rdf4j-queryrender
 * rdf4j-queryresultio-api
 * rdf4j-queryresultio-binary
 * rdf4j-queryresultio-sparqljson
 * rdf4j-queryresultio-sparqlxml
 * rdf4j-queryresultio-text
 * rdf4j-repository-api
 * rdf4j-repository-contextaware
 * rdf4j-repository-event
 * rdf4j-repository-http
 * rdf4j-repository-manager
 * rdf4j-repository-sparql
 * rdf4j-rio-api
 * rdf4j-rio-binary
 * rdf4j-rio-datatypes
 * rdf4j-rio-jsonld
 * rdf4j-rio-languages
 * rdf4j-rio-n3
 * rdf4j-rio-nquads
 * rdf4j-rio-ntriples
 * rdf4j-rio-rdfjson
 * rdf4j-rio-rdfxml
 * rdf4j-rio-trig
 * rdf4j-rio-trix
 * rdf4j-rio-turtle
 * rdf4j-util

/eclipse/rdf4j-storage
 * rdf4j-storage
 * rdf4j-queryalgebra-evaluation
 * rdf4j-queryalgebra-geosparql
 * rdf4j-repository-dataset
 * rdf4j-repository-sail
 * rdf4j-sail-api
 * rdf4j-sail-base
 * rdf4j-sail-federation
 * rdf4j-sail-inferencer
 * rdf4j-sail-model
 * rdf4j-sail-elasticsearch
 * rdf4j-sail-lucene-api
 * rdf4j-sail-lucene
 * rdf4j-sail-solr
 * rdf4j-sail-memory
 * rdf4j-sail-nativerdf
 * rdf4j-sail-spin
 * rdf4j-spin

Regards,
James


Back to the top