-
Notifications
You must be signed in to change notification settings - Fork 10
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
Async Client #53
Comments
@Jayclifford345 has any progress been made in the investigation into async on the query api for Influx3.0? Similar to this discussion/issue in the v2 python client: influxdata/influxdb-python#452 I'm not sure how best to do this:
|
Hi @thopewell, |
Yes, an async client would be great :) |
Hi there, I belive we need to wait for the upstream library Pyarrow to implement the necessary functionality before we are able to move forward: apache/arrow#3151 |
Thanks for your fast reply! The issue you mentioned is closed and there is a linked gist. So I guess the gist is not enough to provide an async influxDB client? |
Is it possible to run concurrent requests on an |
I have been delegating queries to threads using the same client. I haven't seen any problems so far. I don't know if the Pyarrow implementation is thread safe. |
Check whether it is currently possible to create an Aysnc version of the client based on the underlining Arrow library.
Write API currently supports Aysnc through parent library inheritanceThe support was removed at 56 remove v2 library dependency #62 (note by @bednar)
The text was updated successfully, but these errors were encountered: