daq-tools / influxio

Import and export data into/from InfluxDB.
https://influxio.readthedocs.io/
MIT License
0 stars 0 forks source link

Export data from InfluxDB data directory into line protocol format #104

Closed amotl closed 2 months ago

amotl commented 2 months ago

Synopsis

# From InfluxDB data directory to line protocol file.
influxio copy \
    "file:///path/to/influxdb/engine?bucket-id=372d1908eab801a6&measurement=demo" \
    "file://export.lp"
codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 52.56410% with 37 lines in your changes are missing coverage. Please review.

Project coverage is 79.61%. Comparing base (8e67274) to head (e4970a4).

Files Patch % Lines
influxio/model.py 50.00% 30 Missing :warning:
influxio/core.py 53.84% 6 Missing :warning:
influxio/util/common.py 80.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #104 +/- ## ========================================== - Coverage 83.33% 79.61% -3.73% ========================================== Files 11 11 Lines 558 618 +60 ========================================== + Hits 465 492 +27 - Misses 93 126 +33 ``` | [Flag](https://app.codecov.io/gh/daq-tools/influxio/pull/104/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=daq-tools) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/daq-tools/influxio/pull/104/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=daq-tools) | `79.61% <52.56%> (-3.73%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=daq-tools#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.