influxdb/influxdb2_client
Carol (Nichols || Goulding) 16d8ae5e04
fix: Match tokio features to what's actually in use in each crate
Some crates listed features they don't use; other crates ware relying on
feature flags enabled by something else. I tested these changes by
disabling the workspace hack crate and testing each crate.
2021-12-06 09:37:16 -05:00
..
examples Merge remote-tracking branch 'origin/main' into feature-health 2021-04-19 13:28:37 -04:00
src feat: make jaeger-debug-id configurable 2021-12-01 15:02:15 +01:00
tests refactor: rename `query` mode to `database` 2021-10-27 09:31:46 +02:00
Cargo.toml fix: Match tokio features to what's actually in use in each crate 2021-12-06 09:37:16 -05:00
README.md docs: Add README for influxdb_client (#996) 2021-03-16 12:53:01 +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 relevent 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.