https://store-images.s-microsoft.com/image/apps.60369.7b8bd6c2-4cc9-4ac9-aff1-bf66dd543af9.c5add9e9-241d-4add-8350-cac46a5e4885.ab2782d6-77c1-4104-8704-3116637aaa02

Redash

by kCloudHub LLC

(1 ratings)

Version 8.0.0 + Free Support on Ubuntu 24.04

Redash is a powerful open-source data visualization and dashboarding platform designed to help teams query data sources, create interactive dashboards, and share insights across organizations. It provides a modern web-based interface for building visualizations and exploring data from multiple databases.

Key Features of Redash:

  • Open-source data visualization and dashboard platform.
  • Supports multiple databases and query engines.
  • SQL query editor with visualization builder.
  • User-based permissions and dashboard sharing.
  • Web-based UI for creating queries, charts, and dashboards.

Redash Usage:

$ sudo su
$ cd ~/redash
$ nano env
$ docker-compose up -d
$ docker-compose run --rm server create_db
$ docker-compose down

To check PostgreSQL password:

$ cat docker-compose.yml | grep POSTGRES_PASSWORD

If you want to change password, edit docker-compose.yml:

$ nano docker-compose.yml

To Access Web Interface:
http://:5000

Disclaimer:
Redash is an open-source project developed by the Redash community. This content is provided for informational purposes only. We are not affiliated with or endorsed by Redash. All trademarks and product names belong to their respective owners.