Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dukris/book-service

Microservice for "Bookstore"
https://github.com/dukris/book-service

eureka-client postgresql spring-boot

Last synced: 30 days ago
JSON representation

Microservice for "Bookstore"

Awesome Lists containing this project

README

        

# BookMicroservice
This is a part of simple "Bookstore App" that contains book microservice. Full app: [Microservices-2](https://github.com/hizmailovich/Microservices-2)

## Glossary
1. Book

## Implemented pattern
### Service registry
The *service registry pattern* is a key part of service discovery. The registry is a database containing the network locations of service instances. A service registry needs to be highly available and up-to-date. One of the most popular implementations of this pattern is *Eureka Service Registry*.