is not current version
Last Version 0.9.3

io.sirix:sirix-parent 0.9.2

Sirix is a temporal storage system effectively and efficiently storing snapshots of time varying (currently semi-structured) data taking full advantage of flash based drives as for instance SSDs. We not only provide several ways of navigating the tree-structure of a single revision, we also support navigation in time. Furthermore we provide a novel storage technique called sliding snapshot to circumvent intermitant full dump snapshots to fast track their in-memory reconstruction and thus we avoiding write peaks and having to read long chains of page fragments/increments/deltas. Sirix uses copy-on-write (COW) as well as an append-only storage making it an ideal candidate for flash based drives while not dropping support for erstwhile disks.

GroupId

GroupId

io.sirix
ArtifactId

ArtifactId

sirix-parent
Version

Version

0.9.2
Type

Type

jar

Download sirix-parent 0.9.2


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