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.
- Requesting data
- Adding new data
- Assigning or replacing data
- Partial updates
- Deleting data
Sleipnir is a Python 2.7 or 3.3+ application that runs on a WSGI server. It has the following dependencies:
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/
)