License |
License |
---|---|
GroupId | GroupIdcom.github.johanneslichtenberger.sirix |
ArtifactId | ArtifactIdsirix-core |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsirix-core
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.
|
Filename | Size |
---|---|
sirix-core-0.1.0.pom | |
sirix-core-0.1.0.jar | 687 KB |
sirix-core-0.1.0-tests.jar | 7 MB |
sirix-core-0.1.0-sources.jar | 642 KB |
sirix-core-0.1.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.johanneslichtenberger.sirix/sirix-core/ -->
<dependency>
<groupId>com.github.johanneslichtenberger.sirix</groupId>
<artifactId>sirix-core</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.johanneslichtenberger.sirix/sirix-core/
implementation 'com.github.johanneslichtenberger.sirix:sirix-core:0.1.0'
// https://jarcasting.com/artifacts/com.github.johanneslichtenberger.sirix/sirix-core/
implementation ("com.github.johanneslichtenberger.sirix:sirix-core:0.1.0")
'com.github.johanneslichtenberger.sirix:sirix-core:jar:0.1.0'
<dependency org="com.github.johanneslichtenberger.sirix" name="sirix-core" rev="0.1.0">
<artifact name="sirix-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.johanneslichtenberger.sirix', module='sirix-core', version='0.1.0')
)
libraryDependencies += "com.github.johanneslichtenberger.sirix" % "sirix-core" % "0.1.0"
[com.github.johanneslichtenberger.sirix/sirix-core "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.xerial.snappy : snappy-java | jar | 1.0.4.1 |
com.sleepycat : je | jar | 5.0.48 |
org.aspectj : aspectjrt | jar | 1.6.10 |
org.slf4j : slf4j-api | jar | 1.6.1 |
org.perfidix : perfidix | jar | 3.6.6 |
xmlunit : xmlunit | jar | 1.3 |
ch.qos.logback : logback-classic | jar | 0.9.24 |
com.google.code.guice : guice | jar | 2.0.1 |
com.google.code.gson : gson | jar | 2.2.2 |
com.google.guava : guava | jar | 12.0.1 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.5.2 |
junit : junit | jar | 4.8.2 |
org.mockito : mockito-core | jar | 1.9.0-rc1 |