Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 268 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 268 Bytes

postflux

Emulates the Influxdb post interface to save data in Postgres in a normalized way.

Running:

  1. Install Postgres
  2. psql < sql/functions.sql
  3. edit appropriate config/ json file (production, local, etc)
  4. edit config/test.json
  5. npm test
  6. npm start