In 2020 the Big Data project called BIED (Big data voor Inzicht in EenzaamheiD) will start. This project is a cooperation between Fontys Applied University and the Dutch national health service (GGD). It’s goal is to explore and register the perceived loneliness of Dutch citizens.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
These are the requirements for a development environment.
A step by step series of examples that tell you how to get a development env running.
- Build Docker images
$ docker-compose build
- Start docker containers
$ docker-compose up
See the individual service for testing. In JS projects yarn test
will do the job.
It is expected that the system will be deployed on a Kubernetes cluster. Therefore the given Helm can be used for deployment.
"Helm Charts help you define, install, and upgrade even the most complex Kubernetes application."
The following command will install the ./charts/bied
chart on the kubernetes cluster under the namespace bied
using the values from values.prod.yml
.
helm install bied ./charts/bied -n bied -f values.prod.yml
- [Example](http://the-link/\) - Short description
We use SemVer for versioning. For the versions available, see the tags on this repository.
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
- Billie Thompson - Readme template - PurpleBooth