/microservices-examples

Examples of microservices

Primary LanguageJavaScriptOtherNOASSERTION

A simple example of microservices that is described in this blog post.

The services are built using

  • Spring Boot
  • Spring Cloud
  • Netflix OSS Eureka
  • RabbitMQ

There is also a microservices example that uses event sourcing.

Building and running the microservices

You can find instructions for building the services in the READMEs. Start by building the RESTful backend service. Once you have build the services, you can launch them by running docker-compose up -d.

The quick version

The script build-and-test-all.sh might work for you depending on your machine.