gitrust / redash-demo

demo environment for redash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redash Demo

This is sandbox demo environment for redash, an awesome dashboard to visualize data.

Getting Started

Following commands pull docker images, create and init the database and startup redash services.

make setup
make start

Open UI

Clean up

To reset data and start from scratch run. It removes docker volumes and local db folder.

make cleanup

Running services

Just an info for curious people which shows services running after startup of redash

docker stats --no-stream

CONTAINER ID   NAME                        CPU %     MEM USAGE / LIMIT     MEM %     NET I/O           BLOCK I/O   PIDS
0cc74d271507   redash-nginx-1              0.00%     2.848MiB / 3.313GiB   0.08%     2.69MB / 2.35MB   0B / 0B     2
e255cf720ca5   redash-scheduled_worker-1   0.60%     207.2MiB / 3.313GiB   6.11%     5.5MB / 3.02MB    0B / 0B     2
d04af231484f   redash-server-1             0.03%     732.3MiB / 3.313GiB   21.59%    3.36MB / 5.38MB   0B / 0B     5
e71a65cc974a   redash-adhoc_worker-1       0.45%     306.6MiB / 3.313GiB   9.04%     5.79MB / 3.04MB   0B / 0B     3
f08018a78677   redash-scheduler-1          0.31%     288.5MiB / 3.313GiB   8.50%     7.02MB / 5.04MB   0B / 0B     3
274c1ec9965b   redash-redis-1              0.45%     9.938MiB / 3.313GiB   0.29%     11.2MB / 17.9MB   0B / 0B     4
1ec43efb68d3   redash-postgres-1           0.04%     30.27MiB / 3.313GiB   0.89%     3.25MB / 2.9MB    0B / 0B     12

Notes

  • Change secrets in .env when using in a production environment.
  • Visit redash project for getting help.
  • docker-compose.yml is copied original project ( LICENSE )

About

demo environment for redash

License:MIT License


Languages

Language:Makefile 100.0%