This project is an example NextJS (NodeJS and React) application that uses the InfluxDB API client library for Javascript. The application is an adaptation of InfluxData IoT Center, intentionally simplified to accompany the InfluxData IoT Starter tutorial.
This application demonstrates how you can use InfluxDB client libraries to do the following:
- Create and manage InfluxDB authorizations (API tokens and permissions).
- Write and query device metadata in InfluxDB.
- Write and query telemetry data in InfluxDB.
- Generate data visualizations with the InfluxDB UI libraries.
Based on the Learn Next.js starter template and InfluxData IoT Center.