Skip to content

just-maiyak/visu-fra-lgbt

Repository files navigation

Visualizing FRA 2012 LGBT Survey

This app is a small dashboard to help visualize EU FRA's 2012 survey about LGBT people's daily lives and rights in the European Union. It runs as a WSGI application, the prefered serving method is using uvicorn. Internally, the graphing is done with plotly and front-end is mannaged by dash.

Installation

  1. Clone repo
git pull <url>
  1. Install requirements in virtual environment
virtualenv venv
./venv/bin/activatie
pip install -r requirements.txt
  1. Run server
uvicorn --interface wsgi visu:server
# or
uvicorn visu:server --interface=wsgi --proxy-headers --port 6969 --forwarded-allow-ips='*' --timeout-keep-alive 300

Usage

The app is accessible at https://alonely.place/vfl for a live demo. It is composed of two panes at the time :

  • Overview if the population
  • Poll questions explorer.

They are both pretty self-explanatory : don't hesitate to check it out yourself and play with it a litte.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published