The goal of this lab is to experiment a reporting solution that will use data on postgresql.
We will use redash.io as reporting solution.
- clone this repository
git clone https://github.com/Esme-Sudria-Database/lab-reporting.git
cd lab-reporting
- clone redash repository
git clone https://github.com/getredash/redash.git
cd redash
- install npm libraries and build web assets
npm install
npm run build
- initiate redash internal database
docker-compose run --rm server create_db
- run redash
docker-compose -f docker-compose.production.yml up
-
open a browser on http://localhost:5000
-
run the vm lab-postgresql, use it as datasource on redash with the database
transtats