s

sirix-parent

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.
https://sirix.io
New BSD
文件下载
文件名 操作
sirix-parent-0.9.1.pom 下载
Apache Maven
<dependency>
  <groupId>io.sirix</groupId>
  <artifactId>sirix-parent</artifactId>
  <version>0.9.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.sirix:sirix-parent:0.9.1'
Gradle Kotlin
implementation("io.sirix:sirix-parent:0.9.1")
Scala SBT
libraryDependencies += "io.sirix" % "sirix-parent" % "0.9.1"
Groovy Grape
@Grapes(
  @Grab(group='io.sirix', module='sirix-parent', version='0.9.1')
)
Apache Ivy
<dependency org="io.sirix" name="sirix-parent" rev="0.9.1" />
Leiningen
[io.sirix/sirix-parent "0.9.1"]
Apache Buildr
'io.sirix:sirix-parent:jar:0.9.1'