Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 748 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 748 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.
  • 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.
  • Line protocol batching write - A complete GO example demonstrating how to write line protocol data in batches.