Skip to main content

Overview

Dune’s connectors allow you to access blockchain data directly in your own environment, giving you maximum flexibility to integrate with existing data infrastructure and BI tools. Both connectors use the same Trino endpoint (trino.api.dune.com), but serve different purposes:
  • Trino Connector: Read-only access for querying Dune’s data
  • dbt Connector: Write-enabled access for data transformations (requires transformations=true session property)

Available Connectors

Common Use Cases

Enterprise BI Dashboards

Connect PowerBI to build enterprise dashboards on blockchain data

Notebook Analytics

Connect Hex or Metabase for notebook-native analytics and interactive BI dashboards

Custom SQL Analytics

Use your favorite SQL client like DBeaver to explore and analyze blockchain data

DBT Pipelines

Build sophisticated data transformation pipelines with version control and testing