Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sergiocostan26/spring-microservice-demo
- Owner: sergiocostaN26
- Created: 2020-12-13T11:03:38.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-13T11:07:24.000Z (almost 4 years ago)
- Last Synced: 2024-08-03T12:26:32.030Z (3 months ago)
- Language: Java
- Size: 365 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Application based on a microservices architecture
Microservices created with Spring FrameworkApplication 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