https://store-images.s-microsoft.com/image/apps.60369.3bdebbab-f257-4a25-a9fd-cdf006d86aac.610e6958-d4a7-4960-ada1-97dd14e9bf25.1b9304c5-9717-4932-a1b7-b74618cd1933

Metabase

kCloudHub

Metabase

kCloudHub

Version 0.53.9+ Free Support on OpenSUSE 15.6

Metabase is a powerful open-source business intelligence tool designed for data visualization, reporting, and analytics. It allows users to explore and understand their data through an intuitive web-based interface without requiring SQL expertise. Metabase is widely used for dashboards, reports, and business insights.

Features of Metabase:

  • Easy-to-use, no-code data exploration and visualization.
  • Supports multiple databases like PostgreSQL, MySQL, and more.
  • Customizable dashboards and automated reporting.
  • Built-in user and team permissions for secure data access.

To start Metabase Run following commands on your VM :
sudo su
#sudo zypper refresh
#docker rm metabase
#docker run -d -p 3000:3000 --name metabase metabase/metabase
#docker start metabase

To access Metabase, run: http://your-ip:3000

Disclaimer: Metabase is an open-source project released under the AGPL license. It is developed and maintained by the Metabase team and a global community of contributors. Metabase is provided "as is," without any warranty, and is not affiliated with, endorsed by, or sponsored by any specific company beyond its maintainers.