Skip to content

Commit 421802a

Browse files
authored
refine the load data index.md
1 parent 75541c2 commit 421802a

File tree

1 file changed

+44
-20
lines changed

1 file changed

+44
-20
lines changed

docs/en/guides/40-load-data/index.md

Lines changed: 44 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -14,49 +14,58 @@ This guide provides detailed instructions on how to import data into Databend.
1414
<details>
1515
<summary> Parquet </summary>
1616

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)
2020

2121
</details>
2222

2323
<details>
2424
<summary> CSV </summary>
2525

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)
2929

3030
</details>
3131

3232

3333
<details>
3434
<summary> TSV </summary>
3535

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)
3939

4040
</details>
4141

4242
<details>
4343
<summary> NDJSON </summary>
4444

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)
4848

4949
</details>
5050

5151
<details>
5252
<summary> ORC </summary>
5353

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)
5663

5764
</details>
5865

5966

67+
68+
6069
<details>
6170
<summary> HTTP(S), S3, and More </summary>
6271

@@ -70,30 +79,45 @@ This guide provides detailed instructions on how to import data into Databend.
7079

7180
</DetailsWrap>
7281

73-
## Loading Data From Other Databases
82+
## Loading Data from External Systems
7483

7584
<DetailsWrap>
7685

7786
<details>
7887
<summary> MySQL Data to Databend </summary>
7988

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)
8291

8392
</details>
8493

8594
<details>
8695
<summary> PostgreSQL Data to Databend </summary>
8796

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)
8998

9099
</details>
91100

92101
<details>
93102
<summary> Oracle Data to Databend </summary>
94103

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)
96105

97106
</details>
98107

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

Comments
 (0)