https://github.com/exasol/metabase-driver
Exasol driver for Metabase
https://github.com/exasol/metabase-driver
business-intelligence exasol exasol-integration integration-team metabase metabase-driver
Last synced: 3 months ago
JSON representation
Exasol driver for Metabase
- Host: GitHub
- URL: https://github.com/exasol/metabase-driver
- Owner: exasol
- License: agpl-3.0
- Created: 2021-11-10T15:46:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-26T14:56:53.000Z (4 months ago)
- Last Synced: 2025-03-24T11:38:13.693Z (3 months ago)
- Topics: business-intelligence, exasol, exasol-integration, integration-team, metabase, metabase-driver
- Language: Clojure
- Homepage:
- Size: 254 KB
- Stars: 5
- Watchers: 7
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-metabase - Exasol
- awesome-metabase - Exasol
README
# Exasol Metabase Driver
An Exasol driver for [Metabase](https://www.metabase.com).
[](https://github.com/exasol/metabase-driver/actions/workflows/ci-build.yml)
# Overview
[Metabase](https://www.metabase.com/) is a business intelligence tool. You can use Metabase to visualize data in [Exasol](https://www.exasol.com).
The Exasol Driver for Metabase is an adapter, that allows you to query data from an Exasol database using Metabase. It is available as a [Partner driver](https://www.metabase.com/docs/latest/developers-guide/partner-and-community-drivers#partner-drivers) for both Metabase Cloud and self-hosted Metabase installations.
## Features
* Connect Metabase to an Exasol database
* Connections are encrypted via TLS by default
* Specify a certificate fingerprint in case your database uses a self-signed TLS certificate
* Allows tunneling the connection to Exasol through an [SSH tunnel](./doc/user_guide/user_guide.md#connecting-through-an-ssh-tunnel)
* Provides helpful error messages in case of connection errors# Table of Contents
## Information for Users
* [User Guide](doc/user_guide/user_guide.md)
* [Changelog](doc/changes/changelog.md)## Information for Developers
* [Developer Guide](doc/developer_guide/developer_guide.md)
# Dependencies
## Runtime Dependencies
To use the Exasol Driver, you need Metabase Version 0.45.2.1 or later.
Follow the [Metabase installation guide](https://www.metabase.com/docs/latest/operations-guide/installing-metabase.html) to download and install Metabase.