You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/integrate/etl/index.md
+39-18Lines changed: 39 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,12 @@ Tutorials and resources about configuring the managed variants, Astro and CrateD
53
53
-[Executable stack: Apache Kafka, Apache Flink, and CrateDB]
54
54
-[Tutorial: Replicating data to CrateDB with Debezium and Kafka]
55
55
56
+
```{toctree}
57
+
:hidden:
58
+
59
+
kafka-connect
60
+
```
61
+
56
62
57
63
## Apache NiFi
58
64
@@ -63,6 +69,12 @@ Tutorials and resources about configuring the managed variants, Astro and CrateD
63
69
64
70
- {ref}`azure-functions`
65
71
72
+
```{toctree}
73
+
:hidden:
74
+
75
+
azure-functions
76
+
```
77
+
66
78
67
79
## dbt
68
80
@@ -78,6 +90,13 @@ Tutorials and resources about configuring the managed variants, Astro and CrateD
78
90
79
91
- {ref}`integrate-influxdb`
80
92
93
+
```{toctree}
94
+
:hidden:
95
+
96
+
influxdb
97
+
```
98
+
99
+
81
100
## Kestra
82
101
83
102
-[Setting up data pipelines with CrateDB and Kestra]
@@ -86,10 +105,23 @@ Tutorials and resources about configuring the managed variants, Astro and CrateD
86
105
87
106
- {ref}`integrate-mongodb`
88
107
108
+
```{toctree}
109
+
:hidden:
110
+
111
+
mongodb
112
+
```
113
+
114
+
89
115
## MySQL
90
116
91
117
- {ref}`integrate-mysql`
92
118
119
+
```{toctree}
120
+
:hidden:
121
+
122
+
mysql
123
+
```
124
+
93
125
94
126
## Node-RED
95
127
@@ -117,6 +149,13 @@ A demo project which uses SSIS and ODBC to read and write data from CrateDB:
117
149
118
150
- {ref}`streamsets`
119
151
152
+
```{toctree}
153
+
:hidden:
154
+
155
+
streamsets
156
+
```
157
+
158
+
120
159
121
160
[Automating recurrent CrateDB queries using Node-RED]: https://community.cratedb.com/t/automating-recurrent-cratedb-queries/788
122
161
[Automating export of CrateDB data to S3 using Apache Airflow]: https://community.cratedb.com/t/cratedb-and-apache-airflow-automating-data-export-to-s3/901
@@ -147,21 +186,3 @@ A demo project which uses SSIS and ODBC to read and write data from CrateDB:
147
186
[Using dbt with CrateDB]: https://community.cratedb.com/t/using-dbt-with-cratedb/1566
148
187
[Using SQL Server Integration Services with CrateDB]: https://github.com/crate/cratedb-examples/tree/main/application/microsoft-ssis
149
188
[Webinar: How to replicate data from other databases to CrateDB with Debezium and Kafka]: https://cratedb.com/resources/webinars/lp-wb-debezium-kafka
0 commit comments