Links
Source code repository: https://github.com/robermei/risvollan (permission can be granted by Robert Meier)
Architecture Overview
General
The whole system is divided into four parts:
Website: A simple website to view and download the data
Database: The database stores the raw measurements
Webservice: This service is used to retrieve the data from the database in a controlled way.
Parser Service: This small component is used to fill new data into the database.
See below for further details.
Parser