Skip to content

Datastore

Jure requested to merge datastore into master

Switches from a Postgres backed datastore to a LevelDB datastore, requiring no installations on the user's part. Additionally it simplifies the backend structures from "manages" and "creates" into "collections" and "fragments", exposed in a well tested REST API.

Merge request reports