Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix highlighting for etl pages #91

Merged
merged 1 commit into from
Jun 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 39 additions & 18 deletions docs/integrate/etl/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ 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

Expand All @@ -63,6 +69,12 @@ Tutorials and resources about configuring the managed variants, Astro and CrateD

- {ref}`azure-functions`

```{toctree}
:hidden:

azure-functions
```


## dbt

Expand All @@ -78,6 +90,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 +105,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 +149,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 @@ -147,21 +186,3 @@ A demo project which uses SSIS and ODBC to read and write data from CrateDB:
[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
```