0.0.9 • Published 1 year ago

@roadmanjs/fluxer v0.0.9

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

This project is migrated from Exodus, an old app based on InfluxDB v1.

This one focuses on InfluxDB v2, mainly the Influx Cloud.

This focuses on the new Flux language - an open source functional data scripting language designed for querying, analyzing, and acting on data.

Sign up for InfluxData at https://influxdata.com

Install

yarn

Init

Create a .env file and add envs below

e.g

INFLUX_URL=
INFLUX_TOKEN=
INFLUX_ORG=
INFLUX_BUCKET=

Run

yarn dev

V1

  • GET /v1/query

  • POST /v1/insert

see test.ts for more