Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Andreas Motl <andreas.motl@crate.io>
  • Loading branch information
matkuliak and amotl committed May 7, 2024
1 parent 4b6684e commit b2796f2
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions docs/integrate/etl/influxdb.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
(influxdb-import)=
# Import data from InfluxDB

In this quick tutorial we use [influxio](https://github.com/daq-tools/influxio)
to import data from InfluxDB into CrateDB. It can be used both as a standalone
program, and as a library.

:::{note}
Please note that influxio is alpha-quality software, and a work in progress.
Contributions of all kinds are very welcome, in order to make it more solid.
Breaking changes should be expected until a 1.0 release, so version pinning is
recommended, especially when you use it as a library.
:::
In this quick tutorial we use the InfluxDB I/O subsystem of CrateDB Toolkit
to import data from InfluxDB into CrateDB.

(setup-influxio)=
## Setup
Expand Down

0 comments on commit b2796f2

Please sign in to comment.