1. 1. Introduction
  2. 2. Key concepts in InfluxDB
  3. The IoT Center example app
  4. 3. IoT Center overview
  5. 4. Create the server: A Tale of Two APIs
    1. 4.1. Configure InfluxDB
    2. 4.2. InfluxDB API: Set up and InfluxDB instance
    3. 4.3. IoT Center API: Register and authorize devices
    4. 4.4. Serve the API
  6. 5. Create the UI
    1. 5.1. Visualize data
    2. 5.2. Manage devices
    3. 5.3. Write data
  7. Devices and device code
  8. 6. IoT devices
    1. 6.1. Raspberry Pi Python client
  9. Further reading

InfluxDB IoT dev guide

Further reading

  • Prototyping IoT with InfluxDB Cloud
  • IoT Prototyping with InfluxDB Cloud (Part 2): Queries, Tasks and Dashboards
  • TL;DR InfluxDB Tech Tips; Creating Tokens with the InfluxDB
  • TL;DR InfluxDB Tech Tips; Creating Buckets with the InfluxDB API
  • Data Layout and Schema Design Best Practices for InfluxDB
  • TL;DR InfluxDB Tech Tips – How to Interpret an Annotated CSV
  • Getting Started with JavaScript and InfluxDB 2.0
  • Getting Started with Python and InfluxDB v2.0
  • Getting Started with InfluxDB and Pandas