is not current version
Last Version 0.9.6

io.sirix:sirix-core 0.9.0

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.

GroupId

GroupId

io.sirix
ArtifactId

ArtifactId

sirix-core
Version

Version

0.9.0
Type

Type

jar

Download sirix-core 0.9.0


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