Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.32 KB

README.md

File metadata and controls

40 lines (32 loc) · 1.32 KB

Sleipnir

Sleipnir is a Xigt database interface that provides both a Python API to various database backends as well as a REST API for web frontends.

Actions

Installation and Requirements

Sleipnir is a Python 2.7 or 3.3+ application that runs on a WSGI server. It has the following dependencies:

Configuration

The config.py module can be edited to configure Sleipnir. Configuration options include:

  • DATABASE - type of database used (default: filesystem)
  • DATABASE_PATH - location of database file or directory (default: db/)