The web frontend for partijgedrag.
This project provides software that displays data sourced from publicly available parliamentary records published by the Belgian Chamber of Representatives. This is data that citizens have a right to access and that exists in the public interest of democratic transparency. The code is licensed under GPLv3, meaning it stays open: anyone building on it must share their improvements back. While the license doesn't legally restrict commercial use, the spirit of this project is purely civic, educational and non-commercial. If you're using this data or code commercially, we'd appreciate you reaching out, crediting the project, and considering contributing back.
Also see DISCLAIMER.md.
This project uses eleventy to statically generate the website. No actual parliamentary data is present in this repository. The code is mainly templates that generates HTML pages.
After cloning the repo, make sure to setup the src/data symlink which should point to a data directory containing the parquet files generated by the scrapers.
deno task dev