Preferences

prashantsengar parent
Any chance of this being open-source? I would like to build something like this for my country as well.

alexanderameye
Not at the moment but maybe in the future. While I'm sure the code could be of interest, the code definitely isn't a template that would fit for other countries. It is tightly coupled to the format of the Belgian parliament since most of it is parsing their PDF reports. In detail my tech stack is like this:

- Rust + reqwest crate + scraper crate to download reports and parse data from it into parquet files

- 11ty + @duckdb/node-api to parse the parquet files at build time and generating pages automatically, I have for example a 'meeting' template and then for each meeting a html page gets built

- summarize certain data using mistral API

- deploy on cloudflare free plan

This item has no comments currently.