Type something to search...
Metabase

Metabase

Metabase

36.6k 4.9k
01 May, 2024
  Clojure

What is Metabase ?

Metabase is the easy, open-source way for everyone in your company to ask questions and learn from data.

Metabase Product Screenshot


Metabase Features

Take a tour of Metabase.


Supported databases


Install Metabase

Metabase can be run just about anywhere. Check out our Installation Guides.


Quick Setup: Dev environment

In order to spin up a development environment, you need to start the front end and the backend as follows:

Frontend quick setup

The following command will install the Javascript dependencies:

$ yarn install

To build and run without watching changes:

$ yarn build

To build and run with hot-reload:

$ yarn build-hot

Backend quick setup

In order to run the backend, you’ll need to build the drivers first, and then start the backend:

$ ./bin/build-drivers.sh
$ clojure -M:run

For a more detailed setup of a dev environment for Metabase, check out our Developers Guide.