Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sergiocostan26/spring-microservice-demo

Little system for multiplying numbers and generating scores based on microservices architecture.
https://github.com/sergiocostan26/spring-microservice-demo

Last synced: 6 days ago
JSON representation

Little system for multiplying numbers and generating scores based on microservices architecture.

Awesome Lists containing this project

README

        

# Application based on a microservices architecture
Microservices created with Spring Framework

Application based on microservices architecture, it has been used:

* Domain Driven Design
* Events with RabbitMQ and Spring AMQP
* Discovering services using Eureka
* Routing with the API Gateway pattern using Zuul
* Circuit Breakers with Hystrix
* Load balancing using Ribbon
* Creation and execution of tests using Cucumber