Skip to content

Commit 96ab2bb

Browse files
committed
Integrate: Naming things. Adjust reference labels.
Let's also use canonical, non-prefixed variants for the reference labels. This patch aggressively prunes previous nomenclature to create less confusion for future authors. If anything breaks on this, it is now the right time to fix forward.
1 parent f6223a3 commit 96ab2bb

File tree

14 files changed

+26
-35
lines changed

14 files changed

+26
-35
lines changed

docs/ingest/cdc/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ Native and specialized integration connectors for CrateDB, both managed and unma
2323
:gutter: 2
2424

2525
::::{grid-item-card} Amazon DynamoDB
26-
:link: aws-dynamodb
26+
:link: dynamodb
2727
:link-type: ref
2828
Load data from DynamoDB, a fully managed NoSQL database service provided by
2929
Amazon Web Services (AWS), which is designed for high-performance, scalable
3030
applications and offers key-value and document data structures.
3131
::::
3232

3333
::::{grid-item-card} Amazon Kinesis
34-
:link: aws-kinesis
34+
:link: kinesis
3535
:link-type: ref
3636
Load data from Amazon Kinesis Data Streams, a serverless streaming data service
3737
that simplifies the capture, processing, and storage of data streams at any scale.
@@ -56,7 +56,7 @@ both managed and unmanaged.
5656
:gutter: 2
5757

5858
::::{grid-item-card} AWS DMS
59-
:link: aws-dms
59+
:link: dms
6060
:link-type: ref
6161
Use AWS Database Migration Service (AWS DMS), a managed migration and replication
6262
service that helps move your database and analytics workloads between different

docs/ingest/etl/index.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,18 @@ outlines how to use them effectively. Additionally, see support for {ref}`cdc` s
2727

2828

2929
::::{grid-item-card} {material-outlined}`air;2em` Dataflow / Pipeline / Code-first
30-
- {ref}`apache-airflow`
30+
- {ref}`airflow`
3131

3232
Apache Airflow is an open-source software platform to programmatically author,
3333
schedule, and monitor workflows. Pipelines are defined in Python, allowing for
3434
dynamic pipeline generation and on-demand, code-driven pipeline invocation.
3535

36-
- {ref}`apache-flink`
36+
- {ref}`flink`
3737

3838
Apache Flink is a programming framework and distributed processing engine for
3939
stateful computations over unbounded and bounded data streams, written in Java.
4040

41-
- {ref}`apache-nifi`
41+
- {ref}`nifi`
4242

4343
Apache NiFi is a dataflow system based on the concepts of flow-based programming.
4444
It supports powerful and scalable directed graphs of data routing, transformation,
@@ -69,7 +69,7 @@ Use data pipeline programming frameworks and platforms.
6969

7070

7171
::::{grid-item-card} {material-outlined}`all_inclusive;2em` Low-code / No-code / Visual
72-
- {ref}`apache-hop`
72+
- {ref}`hop`
7373

7474
Apache Hop aims to be the future of data integration. Visual development enables
7575
developers to be more productive than they can be through code.
@@ -132,7 +132,7 @@ Load data from database systems.
132132

133133

134134
::::{grid-item-card} {material-outlined}`fast_forward;2em` Streams
135-
- {ref}`apache-kafka`
135+
- {ref}`kafka`
136136

137137
Apache Kafka is an open-source distributed event streaming platform
138138
for high-performance data pipelines, streaming analytics, data integration,
@@ -186,7 +186,7 @@ Use serverless compute units for custom import tasks.
186186

187187
::::{grid-item-card} {material-outlined}`dataset;2em` Datasets
188188

189-
- {ref}`apache-iceberg`
189+
- {ref}`iceberg`
190190

191191
Apache Iceberg is an open table format for analytic datasets.
192192

@@ -202,25 +202,25 @@ Load data from datasets and open table formats.
202202
:::
203203

204204
:::{div}
205-
- {ref}`apache-airflow`
206-
- {ref}`apache-flink`
207-
- {ref}`apache-hop`
208-
- {ref}`apache-iceberg`
209-
- {ref}`apache-kafka`
210-
- {ref}`apache-nifi`
211-
- {ref}`aws-dynamodb`
212-
- {ref}`aws-kinesis`
213-
- {ref}`aws-dms`
205+
- {ref}`airflow`
214206
- {ref}`aws-lambda`
215207
- {ref}`azure-functions`
216208
- {ref}`dbt`
209+
- {ref}`dms`
210+
- {ref}`dynamodb`
217211
- {ref}`estuary`
212+
- {ref}`flink`
213+
- {ref}`hop`
214+
- {ref}`iceberg`
218215
- {ref}`influxdb`
216+
- {ref}`kafka`
219217
- {ref}`kestra`
218+
- {ref}`kinesis`
220219
- {ref}`meltano`
221220
- {ref}`mongodb`
222221
- {ref}`mysql`
223222
- {ref}`n8n`
223+
- {ref}`nifi`
224224
- {ref}`node-red`
225225
- {ref}`risingwave`
226226
- {ref}`sql-server`

docs/integrate/airflow/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
(airflow)=
2-
(apache-airflow)=
32
(astronomer)=
43
# Airflow / Astronomer
54

docs/integrate/dms/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
(aws-dms)=
2-
(cdc-dms)=
1+
(dms)=
32
# DMS (AWS Database Migration Service)
43

54
:::{include} /_include/links.md

docs/integrate/dynamodb/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
(aws-dynamodb)=
2-
(cdc-dynamodb)=
1+
(dynamodb)=
32
# DynamoDB
43

54
:::{include} /_include/links.md

docs/integrate/estuary/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
(estuary)=
2-
32
# Estuary
43

54
```{div} .float-right

docs/integrate/flink/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
(apache-flink)=
21
(flink)=
32
# Flink
43

docs/integrate/hop/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(apache-hop)=
1+
(hop)=
22
# Hop
33

44
```{div} .float-right

docs/integrate/iceberg/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(apache-iceberg)=
1+
(iceberg)=
22
# Iceberg
33

44
```{div} .float-right

docs/integrate/influxdb/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
(influxdb)=
2-
(integrate-influxdb)=
3-
(integrate-influxdb-quickstart)=
42
# InfluxDB
53

64
:::{include} /_include/links.md

0 commit comments

Comments
 (0)