les-mockingjay / microservices-examples

Examples of microservices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Examples of microservices

License:Other


Languages

Language:JavaScript 81.4%Language:Scala 16.5%Language:Shell 2.1%Language:HTML 0.0%