File tree Expand file tree Collapse file tree 3 files changed +60
-0
lines changed Expand file tree Collapse file tree 3 files changed +60
-0
lines changed Original file line number Diff line number Diff line change @@ -307,6 +307,7 @@ use-cases.
307307install/index
308308connect/index
309309getting-started
310+ Ingestion <ingest/index>
310311feature/index
311312admin/index
312313performance/index
Original file line number Diff line number Diff line change 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+ :::
Original file line number Diff line number Diff line change 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+ :::::
You can’t perform that action at this time.
0 commit comments