-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migration from influxDB-Python #259
Comments
Hi @cfarsbot,
there isn't the migration guide. Is this something you might be willing to help with?
You can use
The InfluxDB 2 uses Regards |
I'm also migrating from 1.8 towards 2.0. My first step has been to migrate from the old to this new client. To replace the create/drop database functions (That I use in my test suite) I call the endpoint directly with:
Or |
I have a follow up question on this, in older version I am able to use get_points() function to get back Point objects from query results. |
@yasspoint, unfortunately we don't have a helper to transform |
Is there any migration guide, when comming from influxDB-Python?
Currently i am on Influx 1.8, but wanna switch to Influx 2
So just staying isn't an option.
For example, i'm missing functions like
influxdb_client.line_protocol
drop_database
/create_database
Is there any documentation what the equivalent would be?
The text was updated successfully, but these errors were encountered: