From c62d436745ac6273b923c9652abdb6712ace2adc Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Fri, 2 Aug 2024 00:05:25 +0200 Subject: [PATCH] Chore: Fix broken Markdown link on integrate/etl/index Why doesn't the link checker probe them correctly? Most probably, MyST would be responsible in one way or another? --- docs/_include/links.md | 1 + docs/integrate/cdc/index.md | 7 +++---- docs/integrate/etl/index.md | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/_include/links.md b/docs/_include/links.md index a8e0996..4dd7aa5 100644 --- a/docs/_include/links.md +++ b/docs/_include/links.md @@ -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 diff --git a/docs/integrate/cdc/index.md b/docs/integrate/cdc/index.md index 9a64301..7886f99 100644 --- a/docs/integrate/cdc/index.md +++ b/docs/integrate/cdc/index.md @@ -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} @@ -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 diff --git a/docs/integrate/etl/index.md b/docs/integrate/etl/index.md index 83ae1ae..92e2a6e 100644 --- a/docs/integrate/etl/index.md +++ b/docs/integrate/etl/index.md @@ -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: @@ -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