@@ -108,27 +108,35 @@ docker run --net=host datafuselabs/databend
108
108
</details >
109
109
110
110
<details >
111
- <summary >Loading Data into Databend </summary >
111
+ <summary >Data Import and Export</ summary > </summary >
112
112
113
- - [ Loading Semi-structured Data] ( https://docs.databend.com/guides/load-data/load-semistructured/ )
114
- - [ Transforming Data During a Load] ( https://docs.databend.com/guides/load-data/transform/data-load-transform )
115
- - [ Continuous Data Pipelines] ( https://docs.databend.com/guides/load-data/continuous-data-pipelines/ )
116
- - [ How to Unload Data from Databend] ( https://docs.databend.com/guides/unload-data/ )
113
+ - [ How to load Parquet file into a table] ( https://docs.databend.com/guides/load-data/load-semistructured/load-parquet )
114
+ - [ How to export a table to Parquet file] ( https://docs.databend.com/guides/unload-data/unload-parquet )
115
+ - [ How to load CSV file into a table] ( https://docs.databend.com/guides/load-data/load-semistructured/load-csv )
116
+ - [ How to export a table to CSV file] ( https://docs.databend.com/guides/unload-data/unload-csv )
117
+ - [ How to load TSV file into a table] ( https://docs.databend.com/guides/load-data/load-semistructured/load-tsv )
118
+ - [ How to export a table to TSV file] ( https://docs.databend.com/guides/unload-data/unload-tsv )
119
+ - [ How to load NDJSON file into a table] ( https://docs.databend.com/guides/load-data/load-semistructured/load-ndjson )
120
+ - [ How to export a table to NDJSON file] ( https://docs.databend.com/guides/unload-data/unload-ndjson )
117
121
118
122
</details >
119
123
120
124
<details >
121
- <summary >Loading Data Tools with Databend </summary >
125
+ <summary >Loading Data From Other Databases </summary >
122
126
123
- - [ Apache Kafka ] ( https://docs.databend.com/guides/load-data/load-db/kafka )
124
- - [ Airbyte ] ( https://docs.databend.com/guides/load-data/load-db/airbyte )
125
- - [ dbt ] ( https://docs.databend.com/guides/load-data/load-db/dbt )
126
- - [ Debezium ] ( https://docs.databend.com/guides/load-data/load-db/debezium )
127
- - [ Apache Flink CDC ] ( https://docs.databend.com/guides/load-data/load-db/flink-cdc )
128
- - [ DataDog Vector ] ( https://docs.databend.com/guides/load-data/load-db/vector )
129
- - [ Addax ] ( https://docs.databend.com/guides/load-data/load-db/addax )
130
- - [ DataX ] ( https://docs.databend.com/guides/load-data/load-db/datax )
127
+ - [ How to Sync Full and Incremental MySQL Changes into Databend ] ( https://docs.databend.com/guides/load-data/load-db/debezium )
128
+ - [ How to Sync Full and Incremental PostgreSQL Changes into Databend ] ( https://docs.databend.com/guides/load-data/load-db/flink-cdc )
129
+ - [ How to Sync Full and Incremental Oracle Changes into Databend ] ( https://docs.databend.com/guides/load-data/load-db/flink-cdc )
130
+
131
+ </ details >
132
+
133
+ < details >
134
+ < summary >Querying Semi-structured Data</ summary >
131
135
136
+ - [ How to query directly on Parquet file] ( https://docs.databend.com/guides/load-data/transform/querying-parquet )
137
+ - [ How to query directly on CSV file] ( https://docs.databend.com/guides/load-data/transform/querying-csv )
138
+ - [ How to query directly on TSV file] ( https://docs.databend.com/guides/load-data/transform/querying-tsv )
139
+ - [ How to query directly on NDJSON file] ( https://docs.databend.com/guides/load-data/transform/querying-ndjson )
132
140
</details >
133
141
134
142
<details >
@@ -204,19 +212,21 @@ docker run --net=host datafuselabs/databend
204
212
</details >
205
213
206
214
<details >
207
- <summary >Data Governance </summary >
215
+ <summary >Data Management </summary >
208
216
209
- - [ How to Create Data Masking Policy] ( https://docs.databend.com/sql/sql-commands/ddl/mask-policy/create-mask-policy )
210
- - [ How to Drop Data Masking Policy] ( https://docs.databend.com/sql/sql-commands/ddl/mask-policy/drop-mask-policy )
217
+ - [ Data Lifecycle in Databend] ( https://docs.databend.com/guides/data-management/data-lifecycle )
218
+ - [ Data Recovery in Databend] ( https://docs.databend.com/guides/data-management/data-recovery )
219
+ - [ Data Protection in Databend] ( https://docs.databend.com/guides/data-management/data-protection )
211
220
212
221
</details >
213
222
214
223
<details >
215
- <summary >Securing Databend </summary >
224
+ <summary >Security </summary >
216
225
217
- - [ How to Create Network Policy] ( https://docs.databend.com/sql/sql-commands/ddl/network-policy/ddl-create-policy )
218
- - [ How to Drop Network Policy] ( https://docs.databend.com/sql/sql-commands/ddl/network-policy/ddl-drop-policy )
219
- - [ How to Alter Network Policy] ( https://docs.databend.com/sql/sql-commands/ddl/network-policy/ddl-alter-policy )
226
+ - [ Access Control] ( https://docs.databend.com/guides/security/access-control )
227
+ - [ Masking Policy] ( https://docs.databend.com/guides/security/masking-policy )
228
+ - [ Network Policy] ( https://docs.databend.com/guides/security/network-policy )
229
+ - [ Password Policy] ( https://docs.databend.com/guides/security/password-policy )
220
230
221
231
</details >
222
232
@@ -228,7 +238,6 @@ docker run --net=host datafuselabs/databend
228
238
229
239
</details >
230
240
231
-
232
241
## 🤝 Contributing
233
242
234
243
Databend thrives on community contributions! Whether it's through ideas, code, or documentation, every effort helps in enhancing our project. As a token of our appreciation, once your code is merged, your name will be eternally preserved in the ** system.contributors** table.
0 commit comments