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 Point data in batches.