influxdb/influxdb2_client
Carol (Nichols || Goulding) 43687a86d2
fix: Remove lots of needless borrows that Clippy can now identify
Except for in generated code that we don't control.
2022-11-09 10:54:18 -05:00
..
examples
src fix: add missing content type in headers for `influxdb2_client` (#6021) 2022-11-01 19:35:45 +00:00
tests fix: Remove lots of needless borrows that Clippy can now identify 2022-11-09 10:54:18 -05:00
Cargo.toml chore(deps): Bump once_cell from 1.15.0 to 1.16.0 (#6009) 2022-10-31 16:23:40 +00:00
README.md

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.