Introduction
While Metriql is a relatively new project, we're working on integrating BI tools using our low-level integrations such as REST API and JDBC driver. If your BI tool already integrates with Trino (formerly Presto), you can use the Metriql URL and port to connect your Metriql server. Note that Metriql doesn't embed Trino; it acts as Trino for the BI tools. However, it rewrites the query and directly runs it on your database.
BI Tool | Status | Integration Method |
---|---|---|
rakam | Ready โ | Native |
Google Data Studio | Ready โ | Community Connector |
Looker | Ready โ | Trino + LookML project |
Tableau | Ready โ | Presto |
Redash | Ready โ | Trino / Presto |
SeekTable | Ready โ | Trino / Presto |
Superset | Ready โ | Trino |
Mode Analytics | Ready โ | Trino |
Sisense Cloud (formerly Periscope) | Ready โ | Presto |
Thoughtspot | (Partially) Ready โ | Presto |
Metabase | Ready โ | Trino / Presto |
Power BI | ๐ง In Progress | XMLA server |
Qlik | ๐ Needs testing | Presto |
MicroStrategy | ๐ Needs testing | Presto |
Data Application | Status | Integration Method |
---|---|---|
Google Sheets | Ready โ | Marketplace Add-on |
Zapier | Queued | Partner Integration |
Airtable | Queued | Developer App |
Slack | Queued | Bolt API |
SQL Client | Status | Integration Method |
---|---|---|
Dbveaver | Ready โ | Trino / Presto JDBC |
Jetbrains DataGrip | Ready โ | Trino / Presto JDBC |
CLI | Ready โ | Trino / Presto CLI |
Python | Ready โ | Trino / Presto Python Package |
Let us know if you would like to suggest a new integration on Github or if you're a BI vendor looking to integrate metriql, join our community on Slack.
#
Needs testing?If the BI tool already supports Trino or Presto, you can connect to Metriql using that interface. If you use Metriql URL and port, Metriql will expose all your datasets inside them as regular database tables & columns. You can reference your measures & dimensions using MQL reporting type, Metriql will parse the query and compile it to SQL for the target data warehouse. For the BI tools that don't have a free trial, we're not able to test and verify if Metriql is working fine. I appreciate it if you would like to test and share a short demo video in that case!
Please note that all the integrations are in the alpha stage at the moment. You can also see our roadmap for the integrations here.