Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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"
- Host: GitHub
- URL: https://github.com/dukris/book-service
- Owner: dukris
- Created: 2023-03-02T08:12:47.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-15T20:33:42.000Z (11 months ago)
- Last Synced: 2024-10-04T02:41:26.161Z (about 2 months ago)
- Topics: eureka-client, postgresql, spring-boot
- Language: Java
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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*.