Skip to content
Merged
Show file tree
Hide file tree
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
13 changes: 7 additions & 6 deletions docs/integrate/ide.md → docs/connect/ide.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
(ide)=

(connect-ide)=
# Database IDEs

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

```{toctree}
:maxdepth: 2
## DataGrip

- {ref}`datagrip`

## DBeaver

datagrip/index
dbeaver/index
```
- {ref}`dbeaver`
3 changes: 2 additions & 1 deletion docs/connect/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,9 @@ Connection examples.
:hidden:

configure
Drivers <drivers>
CLI programs <cli>
ide
Drivers <drivers>
DataFrame libraries <df/index>
ORM libraries <orm>
```
Expand Down
142 changes: 0 additions & 142 deletions docs/domain/index.md

This file was deleted.

11 changes: 5 additions & 6 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,21 +301,20 @@ use-cases.
::::



```{toctree}
:hidden:

install/index
connect/index
getting-started
Ingestion <ingest/index>
feature/index
Ingestion <ingest/index>
topic/index
use/index
integrate/index
admin/index
performance/index

domain/index
integrate/index
migrate/index
reference-architectures/index
```


Expand Down
9 changes: 2 additions & 7 deletions docs/integrate/cdc/index.md → docs/ingest/cdc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
You have a variety of options to connect and integrate with 3rd-party
CDC applications, mostly using [CrateDB's PostgreSQL interface].

CrateDB also provides a few native adapter components, that can be used
CrateDB also provides a few native adapter components that can be used
to leverage its advanced features.

This documentation section lists corresponding CDC applications and
Expand Down Expand Up @@ -56,11 +56,7 @@ Kinesis Stream, and consume that from an adapter to a consolidation database.

## Debezium

:::{toctree}
:maxdepth: 1

../debezium/index
:::
- {ref}`debezium`

(cdc-dynamodb)=
## DynamoDB
Expand Down Expand Up @@ -100,5 +96,4 @@ lives.
- {ref}`streamsets`



[StreamSets Data Collector]: https://www.softwareag.com/en_corporate/platform/integration-apis/data-collector-engine.html
82 changes: 13 additions & 69 deletions docs/integrate/etl/index.md → docs/ingest/etl/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(etl)=
(io)=
(import-export)=
# Load and Export
# Load and Export (ETL)

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

## Apache Airflow / Astronomer

:::{toctree}
:maxdepth: 1

../apache-airflow/index
:::
- {ref}`apache-airflow`

## Apache Flink

:::{toctree}
:maxdepth: 1

../apache-flink/index
:::
- {ref}`apache-flink`

## Apache Hop

:::{toctree}
:maxdepth: 1

../apache-hop/index
:::
- {ref}`apache-hop`

## Apache Iceberg / RisingWave
:::{div}
Expand All @@ -54,19 +42,11 @@ iceberg-risingwave

## Apache Kafka

:::{toctree}
:maxdepth: 1

../apache-kafka/index
:::
- {ref}`apache-kafka`

## Apache NiFi

:::{toctree}
:maxdepth: 1

../apache-nifi/index
:::
- {ref}`apache-nifi`

## AWS DMS

Expand Down Expand Up @@ -116,12 +96,7 @@ azure-functions

## dbt

:::{toctree}
:maxdepth: 1

../dbt/index
:::

- {ref}`dbt`

## DynamoDB
:::{div}
Expand All @@ -132,38 +107,19 @@ azure-functions

## Estuary

:::{toctree}
:maxdepth: 1

../estuary/index
:::

- {ref}`estuary`

## InfluxDB

- {ref}`integrate-influxdb`

```{toctree}
:hidden:

../influxdb/index
```

## Kestra

:::{toctree}
:maxdepth: 1

../kestra/index
:::
- {ref}`kestra`

## Meltano

:::{toctree}
:maxdepth: 1

../meltano/index
:::
- {ref}`meltano`

## MongoDB
:::{div}
Expand All @@ -190,27 +146,15 @@ mysql

## Node-RED

:::{toctree}
:maxdepth: 1

../node-red/index
:::
- {ref}`node-red`

## RisingWave

:::{toctree}
:maxdepth: 1

../risingwave/index
:::
- {ref}`risingwave`

## SQL Server Integration Services

:::{toctree}
:maxdepth: 1

../sql-server/index
:::
- {ref}`sql-server`

## StreamSets

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 10 additions & 0 deletions docs/ingest/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,13 @@ Supported industry-standard frameworks and paradigms.
::::

:::::


```{toctree}
:maxdepth: 2
:hidden:

etl/index
cdc/index
telemetry/index
```
Loading