VinDB (2016)

A database of Vinmonopolet’s (The Wine Monopoly) products, containing the full history of prices and metadata for each product they have. The UI is a website built with JavaScript, Mithril.js, and Material UI, while the backend consists of a Node.js REST API as a front for a MySQL database. To track product changes, a C# program runs on a daily schedule. It scrapes Vinmonopolet, parses the data, compares with existing data, and then updates the database.

GitHub - AudunWA/vindb-data-updater: Download, parse, and keep track of changes for Vinmonopolet's products.

GitHub - AudunWA/vindb-web-mithril