Skip to content

Commit

Permalink
fix highlighting for etl pages
Browse files Browse the repository at this point in the history
  • Loading branch information
proddata committed Jun 6, 2024
1 parent e096302 commit 621e3af
Showing 1 changed file with 40 additions and 20 deletions.
60 changes: 40 additions & 20 deletions docs/integrate/etl/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,27 @@ Tutorials and resources about configuring the managed variants, Astro and CrateD
- [Executable stack: Apache Kafka, Apache Flink, and CrateDB]
- [Tutorial: Replicating data to CrateDB with Debezium and Kafka]

```{toctree}
:hidden:
kafka-connect
```


## Apache NiFi

- [Connecting to CrateDB from Apache NiFi]


## Azure Functions

- {ref}`azure-functions`

```{toctree}
:hidden:
azure-functions
```


## dbt

Expand All @@ -78,6 +89,13 @@ Tutorials and resources about configuring the managed variants, Astro and CrateD

- {ref}`integrate-influxdb`

```{toctree}
:hidden:
influxdb
```


## Kestra

- [Setting up data pipelines with CrateDB and Kestra]
Expand All @@ -86,10 +104,23 @@ Tutorials and resources about configuring the managed variants, Astro and CrateD

- {ref}`integrate-mongodb`

```{toctree}
:hidden:
mongodb
```


## MySQL

- {ref}`integrate-mysql`

```{toctree}
:hidden:
mysql
```


## Node-RED

Expand Down Expand Up @@ -117,6 +148,13 @@ A demo project which uses SSIS and ODBC to read and write data from CrateDB:

- {ref}`streamsets`

```{toctree}
:hidden:
streamsets
```



[Automating recurrent CrateDB queries using Node-RED]: https://community.cratedb.com/t/automating-recurrent-cratedb-queries/788
[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
Expand Down Expand Up @@ -146,22 +184,4 @@ A demo project which uses SSIS and ODBC to read and write data from CrateDB:
[Using Apache Hop with CrateDB]: https://community.cratedb.com/t/using-apache-hop-with-cratedb/1754
[Using dbt with CrateDB]: https://community.cratedb.com/t/using-dbt-with-cratedb/1566
[Using SQL Server Integration Services with CrateDB]: https://github.com/crate/cratedb-examples/tree/main/application/microsoft-ssis
[Webinar: How to replicate data from other databases to CrateDB with Debezium and Kafka]: https://cratedb.com/resources/webinars/lp-wb-debezium-kafka



```{toctree}
:hidden:
influxdb
mongodb
mysql
```

```{toctree}
:hidden:
kafka-connect
azure-functions
streamsets
```
[Webinar: How to replicate data from other databases to CrateDB with Debezium and Kafka]: https://cratedb.com/resources/webinars/lp-wb-debezium-kafka

0 comments on commit 621e3af

Please sign in to comment.