Data Visualization(MongoDB) -Metabase(Open Source)

--

Photo by Rubaitul Azad on Unsplash

There are two ways of Metabase setup:

Photo by Stephen Phillips - Hostreviews.co.uk on Unsplash

Using .jar file:

Prerequisites:

  • You must have java (openjdk-jre) installed on your machine.

Process:

  • Download Metabase.jar from the above link.
  • navigate to the dir from cmd and run java -jar metabase.jar (Metabase setup will be running athttp://localhost:3000/setup/)

Using Docker:

Prerequisites:

Process:

  • Open cmd make sure docker up and running (docker -v).
  • Now run

docker run -d -p 3000:3000 — name metabase metabase/metabase

refer docker image (https://hub.docker.com/r/metabase/metabase/tags?page=1&ordering=last_updated).

now Metabase setup will be running at http://localhost:3000/setup/

Metabase Supports the following Data Sources

Metabase Supports:-

Note: By default on launching the Metabase. It uses the embedded h2 database.

--

--

Partha Sai Guttikonda
Partha Sai Guttikonda

Written by Partha Sai Guttikonda

Engineering Intelligence: ML in Imaging | Full-Stack AI Innovator

No responses yet