Skip to content

Commit 27ded72

Browse files
committed
Add data lake components scaffolding
1 parent 1513ccc commit 27ded72

File tree

4 files changed

+63
-1
lines changed

4 files changed

+63
-1
lines changed

_includes/header.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ <h2>Do you ❤️ Trino? Give us a 🌟 on GitHub <i class="fab fa-github"></i><
2727
<div class="dropdown-menu dropdown-block">
2828
<a class="dropdown-item" href="/ecosystem/client-driver.html">Client drivers</a>
2929
<a class="dropdown-item" href="/ecosystem/client-application.html">Client applications</a>
30+
<a class="dropdown-item" href="/ecosystem/data-lake.html">Data lake components</a>
3031
<a class="dropdown-item" href="/ecosystem/data-source.html">Data sources</a>
3132
<a class="dropdown-item" href="/ecosystem/add-on.html">Add-ons</a>
3233
</div>

ecosystem/data-lake-intro.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Trino is designed as a query engine for data lakes and data lake houses. A
2+
complete lake or lake house uses numerous components including object storage
3+
systems, table formats, metastores often also called metadata catalogs, file
4+
formats, and other tools.
5+
6+
Configure a catalog with the required Trino connector for the specific data
7+
table format, and configure object storage and metastore to access the data.
8+
With Trino you are ready to use [any supported
9+
client]({{site_url}}/ecosystem/index.html#clients) to query the lake using SQL
10+
and the features of your client.
11+

ecosystem/data-lake.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
layout: default
3+
title: Data lake components
4+
pretitle: Ecosystem
5+
show_hero: true
6+
show_pagenav: true
7+
---
8+
9+
{% include_relative data-lake-intro.md %}
10+
11+
## Official data lake components
12+
13+
Support for the following data lake or lake house components is developed and
14+
maintained by the Trino community.
15+
16+
{% assign category="data-lake" %}
17+
{% assign owner="trinodb" %}
18+
{%- include toolslist.html -%}
19+
20+
<br>
21+
22+
## Other data lake components
23+
24+
Support for the following data lake or lake house components is developed and
25+
maintained by other communities and vendors.
26+
27+
{% assign category="data-lake" %}
28+
{% assign owner="other" %}
29+
{%- include toolslist.html -%}

ecosystem/index.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,28 @@ vendors.
4747

4848
<br>
4949

50-
## Data sources
50+
## Data lake components
51+
52+
{% include_relative data-lake-intro.md %}
53+
54+
### Official data lake components
55+
56+
{% assign category="data-lake" %}
57+
{% assign owner="trinodb" %}
58+
{% include toolsgrid.html %}
59+
60+
### Other data lake components
61+
62+
{% assign category="data-lake" %}
63+
{% assign owner="other" %}
64+
{% include toolsgrid.html %}
65+
66+
<br>
67+
68+
69+
<br>
70+
71+
## Other data sources
5172

5273
{% include_relative data-sources-intro.md %}
5374

0 commit comments

Comments
 (0)