Skip to content

Commit 1634464

Browse files
committed
Add Apache Parquet
1 parent 65d7d38 commit 1634464

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

_data/tools.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,25 @@
290290
url: https://kudu.apache.org/
291291
- urltext: Kudu connector documentation
292292
url: /docs/current/connector/kudu.html
293+
- name: Apache Parquet
294+
anchor: apache-parquet
295+
category: data-lake
296+
owner: trinodb
297+
logo: /assets/images/logos/apache-parquet.png
298+
logosmall: /assets/images/logos/apache-parquet-small.png
299+
description: |
300+
Apache Parquet Apache Parquet is an open source, column-oriented data file
301+
format designed for efficient data storage and retrieval. It provides high
302+
performance compression and encoding schemes to handle complex data in bulk
303+
and is supported in many programming language and analytics tools...
304+
305+
Access ORC files from Trino with the built-in readers and writers used by
306+
the Delta Lake, Hive, Hudi or Iceberg connectors.
307+
links:
308+
- urltext: Apache Parquet
309+
url: https://parquet.apache.org/
310+
- urltext: Trino Parquet configuration properties
311+
url: /docs/current/object-storage/file-formats.html#parquet-format-configuration-properties
293312
- name: Apache Phoenix
294313
anchor: apache-phoenix
295314
category: data-source
12.3 KB
Loading
23.1 KB
Loading

0 commit comments

Comments
 (0)