zoltan-kski / maas

:bug: Millipede as a Service

Home Page:http://millipede.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Millipede as a Service

About

API to generate millipedes

Documentation

GET /api/\<version\>/millipede

  • return: a millipede
  • parameters:
    • size: provide the size of the millipede (default is 10)
    • reverse: true to have a reverse millipede (default is false)
    • comment: provide a comment to the generated millipede

Configuration

By default MaaS looks for an optional configuration file located to /etc/maas.cfg. You can override this value by setting the environment variable MAAS_CONFIG_FILE to whatever it pleases.

The configuration file expected content is valid python code.

Values:

  • REDIS_URL: Url to the redis server for cache purpose. Caching is optional but greatly recommended

About

:bug: Millipede as a Service

http://millipede.io

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 93.6%Language:Nginx 3.9%Language:Shell 2.5%