Skip to content

Commit 86f61d9

Browse files
committed
Ingest: Add page about ingestion methods
1 parent 007c80d commit 86f61d9

File tree

3 files changed

+60
-0
lines changed

3 files changed

+60
-0
lines changed

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@ use-cases.
307307
install/index
308308
connect/index
309309
getting-started
310+
Ingestion <ingest/index>
310311
feature/index
311312
admin/index
312313
performance/index

docs/ingest/file.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
orphan: true
3+
---
4+
5+
(ingest-file)=
6+
# Load data from files
7+
8+
CrateDB Cloud offers a seamless UI to import from standard data sources easily.
9+
10+
- {ref}`cluster-import`
11+
12+
:::{todo}
13+
🚧 _Please note this page is a work in progress._ 🚧
14+
:::

docs/ingest/index.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
(ingest)=
2+
# CrateDB data ingestion
3+
4+
:::{include} /_include/styles.html
5+
:::
6+
7+
All data ingest methods for CrateDB at a glance.
8+
9+
:::::{grid} 1 2 2 2
10+
:margin: 4 4 0 0
11+
:padding: 0
12+
:gutter: 2
13+
14+
::::{grid-item-card} {material-outlined}`lightbulb;2em` Loading data from external sources
15+
16+
- {ref}`ingest-file`
17+
18+
Load data from CSV, JSON, and Parquet files.
19+
20+
- {ref}`Extract Transform Load (ETL) <etl>`
21+
22+
Ingest data with polyglot data integration platforms or libraries
23+
and complete ETL solutions.
24+
25+
- {ref}`cdc`
26+
27+
Use a variety of options to connect and integrate with 3rd-party
28+
change-data-capture (CDC) applications.
29+
30+
- {ref}`telemetry`
31+
32+
Ingest telemetry data, i.e. metrics, logs, and traces originating from
33+
monitoring- or sensor collector systems.
34+
35+
- {ref}`fdw`
36+
37+
Make data in remote database servers
38+
available as tables within CrateDB. You can then query these foreign
39+
tables like regular user tables.
40+
41+
+++
42+
Suported data source types when importing data into CrateDB.
43+
::::
44+
45+
:::::

0 commit comments

Comments
 (0)