Skip to content

The goal of this lab is to experiment a reporting solution that will use data on postgresql.

Notifications You must be signed in to change notification settings

Esme-Sudria-Database/lab-reporting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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.

dashboard on redash

Instructions

  1. clone this repository
git clone https://github.com/Esme-Sudria-Database/lab-reporting.git
cd lab-reporting
  1. clone redash repository
git clone  https://github.com/getredash/redash.git
cd redash
  1. install npm libraries and build web assets
npm install
npm run build
  1. initiate redash internal database
docker-compose run --rm server create_db
  1. run redash
docker-compose -f docker-compose.production.yml up
  1. open a browser on http://localhost:5000

  2. run the vm lab-postgresql, use it as datasource on redash with the database transtats

Reference

About

The goal of this lab is to experiment a reporting solution that will use data on postgresql.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published