Skip to content
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

Support for Influx DB 2.0 #158

Open
brocktimus opened this issue Feb 2, 2021 · 4 comments
Open

Support for Influx DB 2.0 #158

brocktimus opened this issue Feb 2, 2021 · 4 comments

Comments

@brocktimus
Copy link

Hiyo,

Just wondering if there was any plans for supporting Influx DB 2.0? I noticed that it requires a different client library and it's API is quite different too.

However this library doesn't interact with a huge surface of said API, so similar to the TestClient it might be possible towrite an InfluxDB2 Client which implemented write, which seems to be the only method needed. But unsure how you'd want to do that with backward compat of library, recommended configuration, etc.

Happy to put in some leg work for this and I've already got some ideas, just looking to see if there were plans or direction for it already first.

Thoughts?

@hennevogel
Copy link
Collaborator

As InfluxDB < 1.8 doesn't seem to be a thing anymore, we should probably just swap out the client library? @ChrisBr thoughts?

@ChrisBr
Copy link
Collaborator

ChrisBr commented Feb 6, 2021

As InfluxDB < 1.8 doesn't seem to be a thing anymore, we should probably just swap out the client library? @ChrisBr thoughts?

I don't use InfluxDB anymore. Are you folks happy to use InfluxDB > 2 at openSUSE?

Yeah maintaining only one version would be easier than two so definitely happy to drop support for 1.8 if we decide to go for 2.0. Should be easy to swap, right (famous last words ...)?

@hennevogel
Copy link
Collaborator

hennevogel commented Feb 6, 2021

We would only drop 1.7, 1.8 is supported by https://github.com/influxdata/influxdb-client-ruby

Let's try for 1.0.2, or 2.0 maybe? hehe

@ChrisBr
Copy link
Collaborator

ChrisBr commented Feb 14, 2021

Initial support #160. Still some stuff left to fix though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants