influxdata / docs-v2

InfluxData Documentation that covers InfluxDB Cloud, InfluxDB OSS 2.x, InfluxDB OSS 1.x, InfluxDB Enterprise, Telegraf, Chronograf, Kapacitor, and Flux.
https://docs.influxdata.com
MIT License
69 stars 259 forks source link

Add and improve task-driven API docs with examples #2636

Open jstirnaman opened 3 years ago

jstirnaman commented 3 years ago

Outline (using Plant Buddy Part 3 as an example):

  1. Goals
  2. Quick Start with Demo Data and Sample Data
  3. Overview (Architecture)
  4. Data Segmentation Strategies
  5. Bootstrapping: Setup InfluxDB org, bucket, and initial token and auth using Web UI
  6. Smoke test with CLI
    1. Create a bucket
    2. Upload Data
    3. Query
  7. Editor config (Flux extension for VSCode)
  8. Write data via API
  9. Query via API
  10. Aggregate and Downsample your data
  11. Create Notifications
  12. Monitor your app
jstirnaman commented 3 months ago

Maybe update our iot-starter apps (next.js and Flask/Python) to use v3?