Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 626 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 626 Bytes

Examples

  • Write and query data - A complete Go example that demonstrates the different ways of writing data, and then queries your data stored in InfluxDB v3 (formerly InfluxDB IOx).
  • Downsampling - A complete Go example that uses a downsampling query and then writes downsampled data back to a different table.
  • HTTP Error Handling - A complete Go example for reading HTTP headers in case of an server error occurs.
  • Batching write - A complete Go example that demonstrates how to write data in batches.