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
- Host: GitHub
- URL: https://github.com/influxdata/go-samples
- Owner: influxdata
- Created: 2022-04-06T18:52:45.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-19T18:09:16.000Z (about 1 year ago)
- Last Synced: 2025-03-24T22:42:09.353Z (3 months ago)
- Topics: golang, influxdb
- Language: Go
- Homepage:
- Size: 71.3 KB
- Stars: 3
- Watchers: 30
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)