Skip to content

Commit c4413d4

Browse files
committed
Layout NG: Folder structure and naming things
The new structure revolves around "Topics", "Use Cases", and "Ingest". Existing pages are relocated appropriately, specifically category-like pages that provide guidance into relevant subsections. - The "Application Domains" label is discouraged, let's just use "Topic" instead: s/domain/topic/ - Refactor category sections from `integrate/{etl,cdc,telemetry}` to `ingest` - Refactor category sections and pages from `integrate/{bi,framework,lineage,testing,timeseries,visualize}` to `topic` - Dissolve `reference-architectures` folder, refactor contents to `use/industrial`
1 parent dedb05a commit c4413d4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+216
-259
lines changed
Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
(ide)=
2-
2+
(connect-ide)=
33
# Database IDEs
44

55
Mostly through its PostgreSQL interface, CrateDB supports working with popular
66
database IDE (Integrated Development Environment) applications.
77

8-
```{toctree}
9-
:maxdepth: 2
8+
## DataGrip
9+
10+
- {ref}`datagrip`
11+
12+
## DBeaver
1013

11-
datagrip/index
12-
dbeaver/index
13-
```
14+
- {ref}`dbeaver`

docs/connect/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,9 @@ Connection examples.
101101
:hidden:
102102
103103
configure
104-
Drivers <drivers>
105104
CLI programs <cli>
105+
ide
106+
Drivers <drivers>
106107
DataFrame libraries <df/index>
107108
ORM libraries <orm>
108109
```

docs/index.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -301,21 +301,20 @@ use-cases.
301301
::::
302302

303303

304+
304305
```{toctree}
305306
:hidden:
306307
307308
install/index
308309
connect/index
309310
getting-started
310-
Ingestion <ingest/index>
311311
feature/index
312+
Ingestion <ingest/index>
313+
topic/index
314+
use/index
315+
integrate/index
312316
admin/index
313317
performance/index
314-
315-
domain/index
316-
integrate/index
317-
migrate/index
318-
reference-architectures/index
319318
```
320319

321320

docs/integrate/cdc/index.md renamed to docs/ingest/cdc/index.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,7 @@ Kinesis Stream, and consume that from an adapter to a consolidation database.
5656

5757
## Debezium
5858

59-
:::{toctree}
60-
:maxdepth: 1
61-
62-
../debezium/index
63-
:::
59+
- {ref}`debezium`
6460

6561
(cdc-dynamodb)=
6662
## DynamoDB
@@ -100,5 +96,4 @@ lives.
10096
- {ref}`streamsets`
10197

10298

103-
10499
[StreamSets Data Collector]: https://www.softwareag.com/en_corporate/platform/integration-apis/data-collector-engine.html
File renamed without changes.
File renamed without changes.

docs/integrate/etl/index.md renamed to docs/ingest/etl/index.md

Lines changed: 13 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(etl)=
22
(io)=
33
(import-export)=
4-
# Load and Export
4+
# Load and Export (ETL)
55

66
:::{include} /_include/links.md
77
:::
@@ -19,27 +19,15 @@ Please also have a look at support for [](#cdc) solutions.
1919

2020
## Apache Airflow / Astronomer
2121

22-
:::{toctree}
23-
:maxdepth: 1
24-
25-
../apache-airflow/index
26-
:::
22+
- {ref}`apache-airflow`
2723

2824
## Apache Flink
2925

30-
:::{toctree}
31-
:maxdepth: 1
32-
33-
../apache-flink/index
34-
:::
26+
- {ref}`apache-flink`
3527

3628
## Apache Hop
3729

38-
:::{toctree}
39-
:maxdepth: 1
40-
41-
../apache-hop/index
42-
:::
30+
- {ref}`apache-hop`
4331

4432
## Apache Iceberg / RisingWave
4533
:::{div}
@@ -54,19 +42,11 @@ iceberg-risingwave
5442

5543
## Apache Kafka
5644

57-
:::{toctree}
58-
:maxdepth: 1
59-
60-
../apache-kafka/index
61-
:::
45+
- {ref}`apache-kafka`
6246

6347
## Apache NiFi
6448

65-
:::{toctree}
66-
:maxdepth: 1
67-
68-
../apache-nifi/index
69-
:::
49+
- {ref}`apache-nifi`
7050

7151
## AWS DMS
7252

@@ -116,12 +96,7 @@ azure-functions
11696

11797
## dbt
11898

119-
:::{toctree}
120-
:maxdepth: 1
121-
122-
../dbt/index
123-
:::
124-
99+
- {ref}`dbt`
125100

126101
## DynamoDB
127102
:::{div}
@@ -132,38 +107,19 @@ azure-functions
132107

133108
## Estuary
134109

135-
:::{toctree}
136-
:maxdepth: 1
137-
138-
../estuary/index
139-
:::
140-
110+
- {ref}`estuary`
141111

142112
## InfluxDB
143113

144114
- {ref}`integrate-influxdb`
145115

146-
```{toctree}
147-
:hidden:
148-
149-
../influxdb/index
150-
```
151-
152116
## Kestra
153117

154-
:::{toctree}
155-
:maxdepth: 1
156-
157-
../kestra/index
158-
:::
118+
- {ref}`kestra`
159119

160120
## Meltano
161121

162-
:::{toctree}
163-
:maxdepth: 1
164-
165-
../meltano/index
166-
:::
122+
- {ref}`meltano`
167123

168124
## MongoDB
169125
:::{div}
@@ -190,27 +146,15 @@ mysql
190146

191147
## Node-RED
192148

193-
:::{toctree}
194-
:maxdepth: 1
195-
196-
../node-red/index
197-
:::
149+
- {ref}`node-red`
198150

199151
## RisingWave
200152

201-
:::{toctree}
202-
:maxdepth: 1
203-
204-
../risingwave/index
205-
:::
153+
- {ref}`risingwave`
206154

207155
## SQL Server Integration Services
208156

209-
:::{toctree}
210-
:maxdepth: 1
211-
212-
../sql-server/index
213-
:::
157+
- {ref}`sql-server`
214158

215159
## StreamSets
216160

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)