vhs / api

VHS API - the Hackspace Data Store
4 stars 1 forks source link

Purpose

Time series data something something.

Docker

Build with a standard docker build .

To run successfully in Docker you need to provide the INFLUX_* env

docker run -d -e INFLUX_HOST=<hostip> <image-id>

Config options

All configs can be ENV or arg

Dev Setup

Standard Node.JS project:

  1. npm install
  2. node ./index.js