galak-fyyar / microservice-showcase

Showcase code from tech talk Key problems of Microservice Architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Microservice Showcase

Showcase code from tech talk "Key problems of Microservice Architecture"

Usage

Prerequisites:

  • Java 8 or higher
  • Groovy 2.3 or higher
  • Apache Zookeeper 3.4.6 or higher
  • Eureka 1.1.141 or higher, but hot higher than 2.0*

Configuration — update content of settings.properties with local IPs.

Services can be started by launching Groovy scripts from command line:

groovy me/sokolenko/microservice/nav/NavigationService.groovy
groovy me/sokolenko/microservice/domain/ChallengeService.groovy
groovy me/sokolenko/microservice/usr/UserService.groovy

About

Showcase code from tech talk Key problems of Microservice Architecture

License:Apache License 2.0


Languages

Language:Groovy 100.0%