influxdb/influxdb2_client
dependabot[bot] 191aaf3208
chore(deps): Bump url from 2.4.0 to 2.4.1 (#8595)
Bumps [url](https://github.com/servo/rust-url) from 2.4.0 to 2.4.1.
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](https://github.com/servo/rust-url/compare/v2.4.0...v2.4.1)

---
updated-dependencies:
- dependency-name: url
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dom <dom@itsallbroken.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2023-08-29 09:22:21 +00:00
..
examples fix: Rename influxdb2_client query to query_raw 2022-09-12 13:14:21 -04:00
src feat: Upgrade to Rust 1.72.0 (#8589) 2023-08-29 05:57:38 +00:00
tests fix: Move variables within format strings. Thanks clippy! 2023-02-03 13:06:17 -05:00
Cargo.toml chore(deps): Bump url from 2.4.0 to 2.4.1 (#8595) 2023-08-29 09:22:21 +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.