Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 945 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 945 Bytes

StatMiner

Demo version

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.

Development

https://travis-ci.org/statmine/statminer.svg?branch=dev

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/.