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
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ use-cases.
install/index
connect/index
getting-started
Ingestion <ingest/index>
feature/index
admin/index
performance/index
Expand Down
68 changes: 68 additions & 0 deletions docs/ingest/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
(ingest)=
# CrateDB data ingestion

:::{include} /_include/styles.html
:::

All data ingestion methods for CrateDB at a glance.

:::::{grid} 1 2 2 2
:margin: 4 4 0 0
:padding: 0
:gutter: 2

::::{grid-item-card} {material-outlined}`file_upload;2em` Load data using CrateDB
- {ref}`Import files <crate-reference:sql-copy-from>`

Load data from the local filesystem or from remote sources using CrateDB's
native `COPY FROM` SQL statement.

**Protocols:** HTTP, FTP, Blob Storage (AWS S3, Azure)
<br>
**Formats:** CSV, JSON Lines

- {ref}`fdw`

Make data in remote database servers available as tables within CrateDB.
You can then query these foreign tables like regular user tables.
+++
Data import methods supported by CrateDB natively.
::::

::::{grid-item-card} {material-outlined}`cloud_upload;2em` Load data using CrateDB Cloud
- {ref}`Import files <cloud:cluster-import>`

Managed data loading from remote sources using CrateDB Cloud's ETL subsystem.

**Protocols:** HTTP, Blob Storage (AWS S3, Azure)
<br>
**Formats:** CSV, JSON Lines, Parquet

- {ref}`MongoDB CDC integration <cloud:integrations-mongo-cdc>`

CrateDB Cloud enables continuous data ingestion from MongoDB using Change Data Capture
(CDC), providing seamless, real-time synchronization of your data.
+++
Data import methods provided by CrateDB Cloud.
::::

::::{grid-item-card} {material-outlined}`arrow_circle_up;2em` Load data using external systems
- {ref}`Extract Transform Load (ETL) <etl>`

Ingest data with polyglot data integration platforms or libraries
and complete ETL solutions.

- {ref}`cdc`

Integrate with third-party change-data-capture (CDC) tools.

- {ref}`telemetry`

Ingest telemetry data—metrics, logs, and traces—from monitoring
and sensor collector systems.

+++
Supported industry-standard frameworks and paradigms.
::::

:::::
2 changes: 1 addition & 1 deletion docs/integrate/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Frameworks <framework>
etl/index
cdc/index
mcp/index
Monitoring and Metrics <metrics/index>
Metrics and Telemetry <telemetry/index>
Data Visualization <visualize/index>
bi/index
lineage/index
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
(metrics)=
(telemetry)=
(integrate-metrics)=
# Monitoring and Metrics with CrateDB
# Telemetry data

CrateDB integrations with metrics collection agents, brokers, and stores.
This documentation section lists applications and daemons which can
Expand Down