Skip to content

Commit

Permalink
Chore: Fix broken Markdown link on integrate/etl/index
Browse files Browse the repository at this point in the history
Why doesn't the link checker probe them correctly? Most probably, MyST
would be responsible in one way or another?
  • Loading branch information
amotl committed Aug 1, 2024
1 parent 9effa9a commit c62d436
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
1 change: 1 addition & 0 deletions docs/_include/links.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
[query DSL based on JSON]: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html
[RANK]: inv:crate-reference#window-functions-rank
[Relational Database]: https://cratedb.com/solutions/relational-database
[Replicating data to CrateDB with Debezium and Kafka]: https://community.cratedb.com/t/replicating-data-to-cratedb-with-debezium-and-kafka/1388
[TF–IDF]: https://en.wikipedia.org/wiki/Tf%E2%80%93idf
[Replicating CDC events from DynamoDB to CrateDB]: https://cratedb.com/blog/replicating-cdc-events-from-dynamodb-to-cratedb
[timeseries-queries-and-visualization-colab]: https://colab.research.google.com/github/crate/cratedb-examples/blob/main/topic/timeseries/timeseries-queries-and-visualization.ipynb
Expand Down
7 changes: 3 additions & 4 deletions docs/integrate/cdc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ to another system, mostly to run OLAP workloads on the data.
Debezium provides connectors for MySQL/MariaDB, MongoDB, PostgreSQL, Oracle,
SQL Server, IBM DB2, Cassandra, Vitess, Spanner, JDBC, and Informix.

- [Tutorial: Replicating data to CrateDB with Debezium and Kafka]
- [Webinar: How to replicate data from other databases to CrateDB with Debezium and Kafka]
- Tutorial: [Replicating data to CrateDB with Debezium and Kafka]
- Webinar: [How to replicate data from other databases to CrateDB with Debezium and Kafka]

## DynamoDB
:::{div}
Expand Down Expand Up @@ -59,6 +59,5 @@ lives.



[Tutorial: Replicating data to CrateDB with Debezium and Kafka]: https://community.cratedb.com/t/replicating-data-to-cratedb-with-debezium-and-kafka/1388
[Webinar: How to replicate data from other databases to CrateDB with Debezium and Kafka]: https://cratedb.com/resources/webinars/lp-wb-debezium-kafka
[How to replicate data from other databases to CrateDB with Debezium and Kafka]: https://cratedb.com/resources/webinars/lp-wb-debezium-kafka
[StreamSets Data Collector]: https://www.softwareag.com/en_corporate/platform/integration-apis/data-collector-engine.html
6 changes: 3 additions & 3 deletions docs/integrate/etl/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ Tutorials and resources about configuring the managed variants, Astro and CrateD
## Apache Kafka

- [Data Ingestion using Kafka and Kafka Connect]
- [Executable stack: Apache Kafka, Apache Flink, and CrateDB]
- [Tutorial: Replicating data to CrateDB with Debezium and Kafka]
- [Executable stack with Apache Kafka, Apache Flink, and CrateDB]
- [Replicating data to CrateDB with Debezium and Kafka]

```{toctree}
:hidden:
Expand Down Expand Up @@ -174,7 +174,7 @@ streamsets
[ETL pipeline using Apache Airflow with CrateDB (Source)]: https://github.com/astronomer/astro-cratedb-blogpost
[ETL with Astro and CrateDB Cloud in 30min - fully up in the cloud]: https://www.astronomer.io/blog/run-etlelt-with-airflow-and-cratedb/
[Examples about working with CrateDB and Meltano]: https://github.com/crate/cratedb-examples/tree/amo/meltano/framework/singer-meltano
[Executable stack: Apache Kafka, Apache Flink, and CrateDB]: https://github.com/crate/cratedb-examples/tree/main/application/apache-kafka-flink
[Executable stack with Apache Kafka, Apache Flink, and CrateDB]: https://github.com/crate/cratedb-examples/tree/main/application/apache-kafka-flink
[Implementing a data retention policy in CrateDB using Apache Airflow]: https://community.cratedb.com/t/implementing-a-data-retention-policy-in-cratedb-using-apache-airflow/913
[Ingesting MQTT messages into CrateDB using Node-RED]: https://community.cratedb.com/t/ingesting-mqtt-messages-into-cratedb-using-node-red/803
[meltano-tap-cratedb]: https://github.com/crate-workbench/meltano-tap-cratedb
Expand Down

0 comments on commit c62d436

Please sign in to comment.