Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 817 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 817 Bytes

Hydrolix exporter

Exports HarperDB analytics to Hydrolix

Status

This is still a work in progress, and does not do anything useful yet. It is archived here so that we can pick this work back up from this starting point next time we prioritize it.

When I mothballed this, the sysInfo events were returning an error of "no destination table specified" from the /ingest/event endpoint in Hydrolix. AFAICT it is being specified in the x-hdx-table header according to Hydrolix's docs. So that needs to be diagnosed and fixed.

Usage

  1. Clone this repo into your harperdb/components directory
  2. Install dependences: npm i
  3. Copy config-example.json to config.json
  4. Edit config.json to reflect your local settings
  5. Build the component: npx tsc
  6. Restart HarperDB