influxdata / influxdb-client-swift

InfluxDB (v2+) Client Library for Swift
https://influxdata.github.io/influxdb-client-swift/
MIT License
26 stars 8 forks source link

Add example code snippet showing batching of writes #43

Closed bckeene closed 2 years ago

bckeene commented 2 years ago

Proposal: Under the Swift Client Repo, please add an example showing writing batched data - similar to our approach with the Python Client.

Use case: It's important for us to offer a reference example showing best practices associated with writing data so users can get up and running.

bednar commented 2 years ago

Closed by #44

bckeene commented 2 years ago

Thank you, @bednar