191 Forks
846 Stars
846 Watchers

sirix

SirixDB is an embeddable, temporal, evolutionary database system, which uses an append-only approach to store immutable revisions. It keeps the full history of each resource. Every commit stores a space-efficient snapshot through structural sharing. It is log-structured and never overwrites data. SirixDB uses a novel page-level versioning approach.

How to download and setup sirix

Open terminal and run command
git clone https://github.com/sirixdb/sirix.git
git clone is used to create a copy or clone of sirix repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with sirix https://github.com/sirixdb/sirix/archive/master.zip

Or simply clone sirix with SSH
[email protected]:sirixdb/sirix.git

If you have some problems with sirix

You may open issue on sirix support forum (system) here: https://github.com/sirixdb/sirix/issues