DOC

com.github.johanneslichtenberger.sirix : sirix-core

Maven & Gradle

Sep 27, 2012
2 usages
0 stars

sirix-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.

Table Of Contents

Latest Version

Download com.github.johanneslichtenberger.sirix : sirix-core Javadoc & API Documentation - Latest Versions:

All Versions

Download com.github.johanneslichtenberger.sirix : sirix-core Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.1.x

How to open Javadoc JAR file in web browser

  1. Rename the file sirix-core-0.1.0-javadoc.jar to sirix-core-0.1.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder sirix-core-0.1.0-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "sirix-core-0.1.0-sources.jar" -d "sirix-core-0.1.0-javadoc" -subpackages 

Advertisement