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

docs: add example how to use Combine to prepare batches for write into InfluxDB #44

Closed bednar closed 2 years ago

bednar commented 2 years ago

Closes #43

Proposed Changes

  1. Added an example how to use Combine to prepare batches for write into InfluxDB

Checklist

codecov-commenter commented 2 years ago

Codecov Report

Merging #44 (6e90ffd) into master (d7e9b67) will increase coverage by 35.58%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #44       +/-   ##
===========================================
+ Coverage   51.68%   87.27%   +35.58%     
===========================================
  Files         137       10      -127     
  Lines        6240      707     -5533     
===========================================
- Hits         3225      617     -2608     
+ Misses       3015       90     -2925     
Impacted Files Coverage Δ
...wiftApis/Generated/Models/SecretKeysResponse.swift
...es/InfluxDBSwiftApis/Generated/Models/Bucket.swift
Tests/InfluxDBSwiftTests/IntegrationTests.swift
...fluxDBSwiftApis/Generated/Models/HealthCheck.swift
Tests/InfluxDBSwiftApisTests/PingAPITests.swift
...ces/InfluxDBSwiftApis/Generated/Models/DBRPs.swift
...es/InfluxDBSwiftApis/Generated/APIs/ReadyAPI.swift
Tests/InfluxDBSwiftTests/WriteAPITests.swift
...fluxDBSwiftApis/Generated/Models/BucketLinks.swift
...ces/InfluxDBSwiftApis/Generated/Models/Ready.swift
... and 117 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d7e9b67...6e90ffd. Read the comment docs.