Skip to content

wkoszolko/spring-cloud-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-cloud-example

Example of small distributed system, which is built with Netflix OSS and Spring Cloud.

This example covers:

  • service discovery Eureka
  • load balancing using Ribbon
  • circuit breaker Hystrix
  • reactive programming with RxJava

Architecture

screen

book-catalog

Provide catalog of books with basic information (title and discription).

book-review

This service provides reviews of books.

book-gateway

This is api gateway which integrate microservices and expose book details via a REST API.

In the feature

Built each service and deployed using Docker. End-to-end integration testing should be done on a developer's machine using Docker compose.

About

Eureka, Ribbon, RxJava, Hystrix

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages