An open API service indexing awesome lists of open source software.

https://github.com/influxdata/go-samples

InfluxDB Go Samples
https://github.com/influxdata/go-samples

golang influxdb

Last synced: about 2 months ago
JSON representation

InfluxDB Go Samples

Awesome Lists containing this project

README

        

# InfluxDB Go Samples

A collection of Go code samples for interacting with InfluxDB using the [Go client](https://github.com/influxdata/influxdb-client-go):

- [Application boilerplate to get started on your app quickly](/cmd/boilerplate)
- Full sample applications
- [Basic IOT App](/cmd/iot_app)
- Runnable snippets from the InfluxDB Cloud Go setup flow
- [Initialize an InfluxDB client](/cmd/initialize_client)
- [Write data to InfluxDB](/cmd/write_data)
- [Execute a simple query](/cmd/execute_a_simple_query)
- [Execute an aggregate query](/cmd/execute_an_aggregate_query)

### Using a different language?

Checkout these other sample repositories:
- [Python Flask App](https://github.com/InfluxCommunity/sample-flask)