Install dependencies:
yarn installyarn run updateUse demo/run_demo.sh to run n8n with n8n-nodes-influxdb installed.
./demo/run_demo.sh
# or
yarn run demo
# or
yarn run demo:buildSet up a test environment:
cd __tests__/
cp setupEnvironment.example.ts setupEnvironment.ts
nano setupEnvironment.tsTo 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@$VERSIONThis n8n-node use @influxdata/influxdb-client to connect and run queries to InfluxDB 2.x.