StatMiner is a tool to interactively and visually explore data sets from statistical agencies. It was developed for the statistical database of Statistics Netherlands (cbs), but can easily extended to be used on different data sources.
Install modules
npm install
Build and run web server
npm start
(which runs the following command)
webpack-dev-server --progress --colors
Before the app can be used the simple table service needs to be started, so data can be retrieved from the service
StatMiner can be accessed at http://localhost:8080/webpack-dev-server/.