@@ -14,49 +14,58 @@ This guide provides detailed instructions on how to import data into Databend.
14
14
<details >
15
15
<summary > Parquet </summary >
16
16
17
- - [ How to load Parquet file into a table] ( ./03-load-semistructured/00-load-parquet.md )
18
- - [ How to export a table to Parquet file ] ( ../50-unload-data/00-unload-parquet.md )
19
- - [ How to query directly on Parquet file ] ( ./04-transform/00-querying-parquet.md )
17
+ - [ Load Parquet into table] ( ./03-load-semistructured/00-load-parquet.md )
18
+ - [ Export table to Parquet] ( ../50-unload-data/00-unload-parquet.md )
19
+ - [ Query Parquet directly ] ( ./04-transform/00-querying-parquet.md )
20
20
21
21
</details >
22
22
23
23
<details >
24
24
<summary > CSV </summary >
25
25
26
- - [ How to load CSV file into a table] ( ./03-load-semistructured/01-load-csv.md )
27
- - [ How to export a table to CSV file ] ( ../50-unload-data/01-unload-csv.md )
28
- - [ How to query directly on CSV file ] ( ./04-transform/01-querying-csv.md )
26
+ - [ Load CSV into table] ( ./03-load-semistructured/01-load-csv.md )
27
+ - [ Export table to CSV] ( ../50-unload-data/01-unload-csv.md )
28
+ - [ Query CSV directly ] ( ./04-transform/01-querying-csv.md )
29
29
30
30
</details >
31
31
32
32
33
33
<details >
34
34
<summary > TSV </summary >
35
35
36
- - [ How to load TSV file into a table] ( ./03-load-semistructured/02-load-tsv.md )
37
- - [ How to export a table to TSV file ] ( ../50-unload-data/02-unload-tsv.md )
38
- - [ How to query directly on TSV file ] ( ./04-transform/02-querying-tsv.md )
36
+ - [ Load TSV into table] ( ./03-load-semistructured/02-load-tsv.md )
37
+ - [ Export table to TSV] ( ../50-unload-data/02-unload-tsv.md )
38
+ - [ Query TSV directly ] ( ./04-transform/02-querying-tsv.md )
39
39
40
40
</details >
41
41
42
42
<details >
43
43
<summary > NDJSON </summary >
44
44
45
- - [ How to load NDJSON file into a table] ( ./03-load-semistructured/03-load-ndjson.md )
46
- - [ How to export a table to NDJSON file ] ( ../50-unload-data/03-unload-ndjson.md )
47
- - [ How to query directly on NDJSON file ] ( ./04-transform/03-querying-ndjson.md )
45
+ - [ Load NDJSON into table] ( ./03-load-semistructured/03-load-ndjson.md )
46
+ - [ Export table to NDJSON] ( ../50-unload-data/03-unload-ndjson.md )
47
+ - [ Query NDJSON directly ] ( ./04-transform/03-querying-ndjson.md )
48
48
49
49
</details >
50
50
51
51
<details >
52
52
<summary > ORC </summary >
53
53
54
- - [ How to load ORC file into a table] ( ./03-load-semistructured/04-load-orc.md )
55
- - [ How to query directly on ORC file] ( ./04-transform/03-querying-orc.md )
54
+ - [ Load ORC into table] ( ./03-load-semistructured/04-load-orc.md )
55
+ - [ Query ORC directly] ( ./04-transform/03-querying-orc.md )
56
+
57
+ </details >
58
+
59
+ <details >
60
+ <summary > Avro </summary >
61
+
62
+ - [ Load Avro into table] ( ./03-load-semistructured/05-load-avro.md )
56
63
57
64
</details >
58
65
59
66
67
+
68
+
60
69
<details >
61
70
<summary > HTTP(S), S3, and More </summary >
62
71
@@ -70,30 +79,45 @@ This guide provides detailed instructions on how to import data into Databend.
70
79
71
80
</DetailsWrap >
72
81
73
- ## Loading Data From Other Databases
82
+ ## Loading Data from External Systems
74
83
75
84
<DetailsWrap >
76
85
77
86
<details >
78
87
<summary > MySQL Data to Databend </summary >
79
88
80
- - [ How to Load Full MySQL Tables into Databend ] ( ./02-load-db/datax.md )
81
- - [ How to Sync Full and Incremental MySQL Changes into Databend ] ( ./02-load-db/debezium.md )
89
+ - [ Load Full MySQL Tables] ( ./02-load-db/datax.md )
90
+ - [ Sync MySQL Changes (Full & Incremental) ] ( ./02-load-db/debezium.md )
82
91
83
92
</details >
84
93
85
94
<details >
86
95
<summary > PostgreSQL Data to Databend </summary >
87
96
88
- - [ How to Sync Full and Incremental PostgreSQL Changes into Databend ] ( ./02-load-db/flink-cdc.md )
97
+ - [ Sync PostgreSQL Changes (Full & Incremental) ] ( ./02-load-db/flink-cdc.md )
89
98
90
99
</details >
91
100
92
101
<details >
93
102
<summary > Oracle Data to Databend </summary >
94
103
95
- - [ How to Sync Full and Incremental Oracle Changes into Databend ] ( ./02-load-db/flink-cdc.md )
104
+ - [ Sync Oracle Changes (Full & Incremental) ] ( ./02-load-db/flink-cdc.md )
96
105
97
106
</details >
98
107
99
- </DetailsWrap >
108
+ <details >
109
+ <summary > Flink Data to Databend </summary >
110
+
111
+ - [ Sync Flink Data] ( ./02-load-db/flink-cdc.md )
112
+
113
+ </details >
114
+
115
+ <details >
116
+ <summary > Kafka Data to Databend </summary >
117
+
118
+ - [ Kafka Data Ingestion] ( ./02-load-db/kafka.md )
119
+
120
+ </details >
121
+
122
+
123
+ </DetailsWrap >
0 commit comments