influxdb/influxdb2_client
Dom 3de6b44e23
build: use new rustdoc lint name (#2261)
* fix: nocache feature code rot

The MBChunk::snapshot code when using the "nocache" option no longer
compiles - this commit updates it to match the not(nocache) code.

* build: use updated broken_intra_doc_links name

The broken_intra_doc_links lint was renamed
rustdoc::broken_intra_doc_links

https://doc.rust-lang.org/rustdoc/lints.html
2021-08-11 19:48:51 +00:00
..
examples Merge remote-tracking branch 'origin/main' into feature-health 2021-04-19 13:28:37 -04:00
src build: use new rustdoc lint name (#2261) 2021-08-11 19:48:51 +00:00
tests test: Don't run any integration tests unless TEST_INTEGRATION is set 2021-04-22 14:21:50 -04:00
Cargo.toml chore: update mockito to 0.30 2021-07-13 15:17:28 +02: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.