Skip to content

hey-xico/microservices-examples

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.5%
  • Scala 16.5%
  • Shell 2.0%