Setup to follow the HOMicS

Github

All the code for this HandsOn is hosted on github under the homics project.

You will need to install the git command line to checkout the code base and follow the HandsOn.

Java & Maven

java maven

The back has been developed in Java using maven as software project management. We are using java 8. You can install it via this instructions.

For Maven, it's here.

Docker & Docker-compose

docker

We are using docker starting at step 4 when you will be using kafka. Please install it.

For Docker-compose, it's here.

CURL command

You can set it up on windows via this link.

It's available on macOs and Linux by default.

Kubernetes

To install minikube, select your OS and follow the instructions on how to install minikube.

For MacOs users, don’t forget to authorize virtualbox to enable its kernel extension on your computer via System Preferences → Security & Privacy → General, then restart the installation.