You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Reverting the name changes so that the links work again while I look into the underlying issue. Analytics Studio -> Web App. Analytics API -> SQL API Reference. Catalyst -> Blockchain Integrations.
* Adding DBeaver to the list. Adding more SDK samples. Adding more links to the Trino docs. Improving the SEO of the page to rank for terms like dune trino, dune hex, etc. Overall just making the page better for customers.
Copy file name to clipboardExpand all lines: api-reference/overview/dunesql-trino-connector.mdx
+203-8Lines changed: 203 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,41 +1,49 @@
1
1
---
2
2
title: "DuneSQL Trino Connector"
3
-
description: "A convenient way to use Dune outside of Dune with Trino/Presto/Starburst-compatible tools."
3
+
description: "Access the entirety of Dune's blockchain data through your preferred Trino/Presto/Starburst-compatible tools and SDKs."
4
4
icon: "plug"
5
5
---
6
6
7
-
Access Dune's blockchain data from your favorite BI tools and clients using the DuneSQL Trino/Presto connector. It's a more convenient way to use Dune outside of Dune with any tool that supports Trino, Presto, or Starburst connectors.
7
+
Access Dune's blockchain data from your favorite BI tools and clients using the DuneSQL Trino/Presto connector. Connect Dune with popular tools like Hex, Metabase, DBeaver, and any Trino, Presto, or Starburst-compatible application for seamless data analysis.
Notebook-native analytics; connect via built-in Trino connector.
30
+
Connect Dune to Hex's notebook-native analytics via built-in Trino connector.
31
31
</Card>
32
32
<Card
33
33
title="Metabase"
34
34
icon="chart-bar"
35
35
iconType="duotone"
36
36
href="#metabase-setup-for-dune"
37
37
>
38
-
Self-hosted/managed BI; connect using the Starburst/Trino driver.
38
+
Integrate Dune with Metabase using the Starburst/Trino driver for BI dashboards.
39
+
</Card>
40
+
<Card
41
+
title="DBeaver"
42
+
icon="database"
43
+
iconType="duotone"
44
+
href="#dbeaver-setup-for-dune"
45
+
>
46
+
Connect Dune to DBeaver using the Trino driver for direct SQL access to blockchain data.
39
47
</Card>
40
48
<Card
41
49
title="Any Trino/Presto/Starburst client"
@@ -48,6 +56,10 @@ Use any tool that supports Trino, Presto, or Starburst connectors. Popular choic
48
56
</Card>
49
57
</CardGroup>
50
58
59
+
<Note>
60
+
Any of the supported client applications listed in the [Trino ecosystem](https://trino.io/ecosystem/#official-client-applications) are supported. Please visit their documentation to learn about their specific connection instructions, though the configuration should generally follow the same pattern using the connection parameters below.
61
+
</Note>
62
+
51
63
## Connection Parameters
52
64
53
65
Use these values in your Trino, Presto, or Starburst client configuration:
@@ -184,7 +196,7 @@ Follow these steps to connect Dune as a data source in Metabase.
184
196
<Note>
185
197
Schema discovery queries such as <code>SHOW TABLES</code> or{""}
186
198
<code>SHOW SCHEMAS</code> may not be available in Metabase with this connector
187
-
because Dune’s catalog spans millions of tables. Many BI tools are not yet
199
+
because Dune's catalog spans millions of tables. Many BI tools are not yet
188
200
optimized to enumerate catalogs at this scale. An update with improved schema
alt="DBeaver step 2: Select Trino from database list"
250
+
/>
251
+
</Frame>
252
+
</Step>
253
+
<Steptitle="Configure connection details">
254
+
You'll be taken to a screen where you can fill in your connection details. Make sure to click <b>Connect by host</b>, then fill in the connection parameters using the values from the <ahref="#connection-parameters">Connection Parameters</a> section.
Besides the code samples shown above, Trino supports a variety of other official and unofficial SDKs. Please check the [official Trino SDKs page](https://trino.io/ecosystem/client-driver#official-client-drivers) to see which ones are available and to view their GitHub repositories for updated code samples and documentation.
471
+
</Note>
472
+
278
473
## Supported SQL Operations
279
474
280
475
Queries executed via the connector align with what you can run on the Dune platform. See the [Query Engine overview](/query-engine/overview) for more information on supported functions and syntax.
0 commit comments