influxdata / influxdb-python

Python client for InfluxDB
MIT License
1.69k stars 520 forks source link

How long is influxdb client efficient #892

Open kcx2366425574 opened 3 years ago

kcx2366425574 commented 3 years ago
from influxdb import InfluxDBClient

client = InfluxDBClient(host, port, username, database)

I want this client to be used otherwhere, but don`t sure when it becomes invalid