Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 908 Bytes

File metadata and controls

55 lines (36 loc) · 908 Bytes

Contributing

Setup

Install dependencies:

yarn install

Update dependencies and dev dependencies to latest versions

yarn run update

Run

Use demo/run_demo.sh to run n8n with n8n-nodes-influxdb installed.

./demo/run_demo.sh
# or
yarn run demo
# or
yarn run demo:build

Test

Setup

Set up a test environment:

cd __tests__/
cp setupEnvironment.example.ts setupEnvironment.ts
nano setupEnvironment.ts

Release

To release a new version, create a new release (with tag) on GitHub.

To cancel a release, delete the release on GitHub, remove the tag on GitHub and un-publish the version from npmjs.org.

VERSION=0.1.0; npm unpublish n8n-nodes-influxdb@$VERSION

Overview

This n8n-node use @influxdata/influxdb-client to connect and run queries to InfluxDB 2.x.