Skip to content

xigt/sleipnir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/)

About

RESTful API for interfacing the ODIN database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages