influxdb/influxdb2_client
Carol (Nichols || Goulding) 7789d776cb docs: Fix copypasta comment 2021-04-07 14:11:02 -04:00
..
examples fix: setup.rs example 2021-03-23 23:02:53 +05:30
src fix: Onboarding returns 201, not 200 2021-04-07 14:11:02 -04:00
tests docs: Fix copypasta comment 2021-04-07 14:11:02 -04:00
Cargo.toml test: start of integration tests of influxdb2 client against influxdb 2.0 OSS 2021-04-07 14:09:39 -04: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.