influxdb/data_types
Raphael Taylor-Davies ce0127a1f7
feat: MutableBatch write API (#2090) (#2724) (#2882)
* feat: MutableBatch write API (#2090) (#2724)

* chore: fix lint

* fix: handle dictionaries with unused mappings

* chore: review feedback

* chore: further review feedback

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-10-20 08:44:14 +00:00
..
src feat: MutableBatch write API (#2090) (#2724) (#2882) 2021-10-20 08:44:14 +00:00
Cargo.toml feat: migrate PersistenceWindows to TimeProvider (#2722) (#2798) 2021-10-11 20:40:00 +00:00
README.md refactor: Move some types (not yet exposed to clients) into internal_types (#1015) 2021-03-19 16:27:57 +00:00

README.md

Data Types

This crate contains types that are designed for external consumption (in influxdb_iox_client and other "client" facing uses).

Client facing in this case means exposed via management API or CLI and where changing the structs may require additional coordination / organization with clients.