Registry / database / influxdata-influxdb1-client

influxdata-influxdb1-client

JSON →
library0.0.0-20220302092344-a9ab5670611cgogounverified

A deprecated client for InfluxDB; users should migrate to github.com/influxdata/influxdb1-client/v2.

go get github.com/influxdata/influxdb1-client
INSTALL
IMPORT
SIG · INFLUXDATA-INFLUXD
I
influxdata-influxdb1-client
databasegov0.0.0-20220302092344-a9ab5670611c
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

client
github.com/influxdata/influxdb1-client

Create a v1 InfluxDB client and ping the server.

package main import ( "fmt" "github.com/influxdata/influxdb1-client/client" ) func main() { c, err := client.NewClient(client.Config{URL: "http://localhost:8086"}) if err != nil { panic(err) } fmt.Println(c.Ping()) }
Debug
Known issues
breakingThis package is deprecated; use v2 instead.
fix
Replace import with github.com/influxdata/influxdb1-client/v2 and update API calls.
affects: >=0.0.0
Upgrade
Version history
0.0.0-20220302092344-a9ab5670611clatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
influxdata-influxdb1-client — go get influxdata-influxdb1-client · libregistry