is not current version
Last Version 4.0.0-M1

RDF4J: Federation SAIL 3.7.0

The Federation SAIL allows multiple datasets to be virtually combined into a single dataset. The Federation SAIL combines multiple RDF stores that may exist on a remote server or are embedded in the same JVM. The Federation uses query optimizations to distribute sections of the query to different members based on the data contained in each of the members. These results are then joined together within the federation to provide the same result as if all the data was co-located within a single repository.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.rdf4j
ArtifactId

ArtifactId

rdf4j-sail-federation
Version

Version

3.7.0
Type

Type

jar
Description

Description

RDF4J: Federation SAIL
The Federation SAIL allows multiple datasets to be virtually combined into a single dataset. The Federation SAIL combines multiple RDF stores that may exist on a remote server or are embedded in the same JVM. The Federation uses query optimizations to distribute sections of the query to different members based on the data contained in each of the members. These results are then joined together within the federation to provide the same result as if all the data was co-located within a single repository.
Project Organization

Project Organization

Eclipse Foundation

Download rdf4j-sail-federation 3.7.0


<!-- https://jarcasting.com/artifacts/org.eclipse.rdf4j/rdf4j-sail-federation/ -->
<dependency>
    <groupId>org.eclipse.rdf4j</groupId>
    <artifactId>rdf4j-sail-federation</artifactId>
    <version>3.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.rdf4j/rdf4j-sail-federation/
implementation 'org.eclipse.rdf4j:rdf4j-sail-federation:3.7.0'
// https://jarcasting.com/artifacts/org.eclipse.rdf4j/rdf4j-sail-federation/
implementation ("org.eclipse.rdf4j:rdf4j-sail-federation:3.7.0")
'org.eclipse.rdf4j:rdf4j-sail-federation:jar:3.7.0'
<dependency org="org.eclipse.rdf4j" name="rdf4j-sail-federation" rev="3.7.0">
  <artifact name="rdf4j-sail-federation" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.rdf4j', module='rdf4j-sail-federation', version='3.7.0')
)
libraryDependencies += "org.eclipse.rdf4j" % "rdf4j-sail-federation" % "3.7.0"
[org.eclipse.rdf4j/rdf4j-sail-federation "3.7.0"]

Dependencies

compile (6)

Group / Artifact Type Version
org.eclipse.rdf4j : rdf4j-rio-turtle jar 3.7.0
org.eclipse.rdf4j : rdf4j-queryalgebra-evaluation jar 3.7.0
org.eclipse.rdf4j : rdf4j-sail-inferencer jar 3.7.0
org.eclipse.rdf4j : rdf4j-model jar 3.7.0
org.eclipse.rdf4j : rdf4j-repository-manager jar 3.7.0
org.eclipse.rdf4j : rdf4j-repository-sail jar 3.7.0

test (9)

Group / Artifact Type Version
org.eclipse.rdf4j : rdf4j-sail-memory jar 3.7.0
org.eclipse.rdf4j : rdf4j-queryparser-sparql jar 3.7.0
org.eclipse.rdf4j : rdf4j-sail-testsuite jar 3.7.0
org.eclipse.rdf4j : rdf4j-repository-testsuite jar 3.7.0
org.junit.jupiter : junit-jupiter-engine jar 5.7.2
org.junit.vintage : junit-vintage-engine jar 5.7.2
org.assertj : assertj-core jar 3.19.0
org.mockito : mockito-core jar 3.8.0
ch.qos.logback : logback-classic jar 1.1.11

Project Modules

There are no modules declared in this project.