Download sirix-core-0.1.0.jar file - Jar s

Jar examples for s:sirix-core

Description

Sirix is a versioned, treebased storage system. It provides an ID-less diff-algorithm to import differences between two versions. Furthermore an ID-based diff-algorithm facilitates the comparison of versions stored within Sirix. A GUI with several visualizations for comparing these versions visually is available to aid an analyst. Versions are stored using well known versioning strategies (full, incremental, differential). The architecture is especially well suited for flash-disks because of a COW-principle. In the future we aim to provide throughout security as well as a replaced page-structure to speedup our architecture. A brackit(.org) binding will enable XQuery and the XQuery Update Facility. Temporal XPath axis and possibly diff-functions will help analysts to gain quick knowledge from the stored data.

You can download jar file sirix-core 0.1.0 in this page.

License

Open Source License

Build File

You can use the following script to add sirix-core-0.1.0.jar to your project.

<dependency>
   <groupId>com.github.johanneslichtenberger.sirix</groupId>
   <artifactId>sirix-core</artifactId>
   <version>0.1.0</version>
</dependency>
compile group: 'com.github.johanneslichtenberger.sirix', name: 'sirix-core', version: '0.1.0'
libraryDependencies += "com.github.johanneslichtenberger.sirix" % "sirix-core" % "0.1.0"
<dependency org="com.github.johanneslichtenberger.sirix" name="sirix-core" rev="0.1.0"/>
@Grapes(@Grab(group='com.github.johanneslichtenberger.sirix', module='sirix-core', version='0.1.0'))
'com.github.johanneslichtenberger.sirix:sirix-core:jar:0.1.0'

Download

Click the following link to download the jar file.

sirix-core-0.1.0-javadoc.jar
sirix-core-0.1.0-sources.jar
sirix-core-0.1.0-tests.jar
sirix-core-0.1.0.jar
sirix-core-0.1.0.pom



Related Tutorials