Skip to content

Latest commit

 

History

History
53 lines (32 loc) · 750 Bytes

README.md

File metadata and controls

53 lines (32 loc) · 750 Bytes

Fluxer

InfluxDB MarketData

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