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
yarn
Create a .env
file and add envs below
e.g
INFLUX_URL=
INFLUX_TOKEN=
INFLUX_ORG=
INFLUX_BUCKET=
yarn dev
-
GET
/v1/query
-
POST
/v1/insert
see test.ts
for more