influxdb/influxdb_iox_client
Nga Tran 566869aa30
refactor: replace namespace with database for flight proto (#7910)
* refactor: replace namespace with database for flight proto

* chore: address review comments

---------

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2023-06-05 16:53:09 +00:00
..
src refactor: replace namespace with database for flight proto (#7910) 2023-06-05 16:53:09 +00:00
Cargo.toml chore(deps): Bump comfy-table from 6.1.4 to 6.2.0 (#7883) 2023-05-29 09:22:56 +00:00
README.md fix: default the write cli comment to the http default port. (#7394) 2023-03-31 14:59:24 +00:00

README.md

InfluxDB IOx Client

This is the Rust client library for connecting to InfluxDB IOx.

We're attempting to support all apis as they are added and modified but this client is likely not 100% complete at any time.

Some apis are http (for instance the write) and some are gRPC. See the individual client modules for details.

Example: Using the Write Client

To write to IOx, create a connection and a write client, and then send line protocol. Please see the example on 'Client' struct that will work when running against all-in-one mode.