FARADAY-CAGE is the Framework for Acyclic Directed Graphs Yielding Parallel Computations of Great Efficiency. It originated from the execution engine of the redesigned DEER and has now been outsourced into a project of its own to evaluate the possibility of also using it for other projects.
FARADAY-CAGE enable your projects to use a RDF configuration driven execution engine that can handle any data flow that is shaped as a DAG. You just need to extend a couple of abstract classes to tailor-fit FARADAY-CAGE to your application domain.
Will be made available with the first stable release.
<dependencies>
<dependency>
<groupId>org.aksw.faraday_cage</groupId>
<artifactId>faraday-cage</artifactId>
<version>1.1.0</version>
</dependency>
</dependencies>
<repositories>
<repository>
<id>maven.aksw.internal</id>
<name>University Leipzig, AKSW Maven2 Internal Repository</name>
<url>http://maven.aksw.org/repository/internal/</url>
</repository>
<repository>
<id>maven.aksw.snapshots</id>
<name>University Leipzig, AKSW Maven2 Snapshot Repository</name>
<url>http://maven.aksw.org/repository/snapshots/</url>
</repository>
</repositories>