Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 815 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 815 Bytes

iot-api-js

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.

Features

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.

Credits

Based on the Learn Next.js starter template and InfluxData IoT Center.