septatrix / CAMPUSoffline

Home Page:https://www.campusoffline.de/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generate SQLite or Parquet DB for more complex queries

septatrix opened this issue · comments

Currently the website structure is geared towards one very specific purpose (finding modules of your study in a specific semester). This allows it to be completely static without any backend. We could employ an embedded DB like sqlite or some parquet-capable engine (e.g. DuckDB, though that is mostly geared towards analytics) and a separate page where we serve a WASM build of them together with a DB file to allow for more potent queries.