First, you need to download data and put it under data/
.
- Install dependencies:
pip install -r requirements.txt
. - Start server:
sanic server.app
. Use--dev
for hot reloading. The default port is 8000.
- Build image with
docker build -t portal-back-end .
. - Start the service with
docker run -p 8000:8000 portal-back-end
.
- Grouping by single variable.
- Filtering by multiple ranges.
- Bar chart
- Line chart with mean
- Line chart with count
- Area chart
- Update histogram.
- Add boxplot.
- Add Scatterplot. These graphs cannot be directly transmitted because the data is too large.