Skip to content

Commit 4b492fc

Browse files
matkuliakamotl
authored andcommitted
Fix formatting issue in tutorial
1 parent e9e2165 commit 4b492fc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/integrate/etl/influxdb.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ docker exec influxdb influx write --bucket=testdrive --org=example --precision=s
4848
docker exec influxdb influx write --bucket=testdrive --org=example --precision=s --token=token "demo,region=amazonas temperature=27.9,humidity=91.6,windspeed=3.2 1588736000"
4949
docker exec influxdb influx write --bucket=testdrive --org=example --precision=s --token=token "demo,region=amazonas temperature=29.1,humidity=88.1,windspeed=2.4 1588922400"
5050
docker exec influxdb influx write --bucket=testdrive --org=example --precision=s --token=token "demo,region=amazonas temperature=28.6,humidity=93.4,windspeed=2.9 1589108800"
51-
5251
:::
5352

5453
(export-data)=
@@ -59,11 +58,13 @@ is a running instance of CrateDB.**
5958

6059
First, create these aliases so the next part is a bit easier:
6160

62-
::::{code} console
61+
:::{code} console
6362
alias crash="docker run --rm -it ghcr.io/crate-workbench/cratedb-toolkit:latest crash"
6463
alias ctk="docker run --rm -it ghcr.io/crate-workbench/cratedb-toolkit:latest ctk"
6564
:::
6665

66+
Now you can import data to your CrateDB instance:
67+
6768
:::{code} console
6869
export CRATEDB_SQLALCHEMY_URL=crate://crate@localhost:4200/testdrive/demo
6970
ctk load table influxdb2://example:token@localhost:8086/testdrive/demo

0 commit comments

Comments
 (0)