Sets up a microservices application consisting of 4 microservices, with service discovery using Eureka, and proxying through Zuul using Ansible provisioning within Vagrant. Two base machines are used for this. Both based on precise (ubuntu 12.04). One is for the DB server (base machine needs to have mysql and pythin-mysqldb installed) and second is for the API server (needs to have Java8 installed). Ansible is used to bind the DB to internet, create initial schema and load data. For the API it sets up Eureka, Zuul and 4 microservices and related DB connections to the DB server. For any queries pls mail to
[email protected]