influxdb/influxdb2_client
Marco Neumann 0fbff981ec
chore(deps): Bump sqlx to 0.6.0 and uuid to 1 (#4894)
Closes #4889.
Closes #4890.

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-17 10:28:28 +00:00
..
examples Merge remote-tracking branch 'origin/main' into feature-health 2021-04-19 13:28:37 -04:00
src fix: Don't use clippy::use_self in influxdb2_client due to false positive 2022-05-19 15:20:11 -04:00
tests fix: Rearrange lock usage to not hold lock across an await point 2022-05-19 15:40:33 -04:00
Cargo.toml chore(deps): Bump sqlx to 0.6.0 and uuid to 1 (#4894) 2022-06-17 10:28:28 +00:00
README.md docs(various): Improve Readability (#4768) 2022-06-02 18:01:06 +00:00

README.md

InfluxDB V2 Client API

This crate contains a work-in-progress implementation of a Rust client for the InfluxDB 2.0 API.

This client is not the Rust client for IOx. You can find that here.

The InfluxDB IOx project plans to focus its efforts on the subset of the API which are most relevant to IOx, but we accept (welcome!) PRs for adding the other pieces of functionality.

Design Notes

When it makes sense, this client aims to mirror the InfluxDB 2.x Go client API

Contributing

If you would like to contribute code you can do through GitHub by forking the repository and sending a pull request into the master branch.

Future work

If you would like to contribute code you can do through GitHub by forking the repository and sending a pull request into the main branch.