Welcome to Storck’s documentation!#

Storck is a database service, oriented on data versioning and accesibillity. The core idea behind storck is to limit ability of the users for permament data alternation - be that a deletion of the data or change of it’s content.

Storck itself is a service based on Djang REST API. Although one does not need to know the details of implementation to be able to interact with the database, the details about it’s working phillosophy are crutial for utilising all it’s advantages.

First thing that you should check out is quick start guide that will teach you the basic do’s and dont’s. Next head over to tuorial and further pages for extended details.

When you do that, then the simplest way to operate the storck is using the web interface (or the old web interface).

The other could be by using the python storck client package, which provides object oriented Python level API for interacting with the database.

All of the options above at their core use the REST API, which can be used in any programming environment that supports http requests.

https://i.imgur.com/BcxBP8h.png

Indices and tables#