https://github.com/dukris/book-service
Microservice for "Bookstore"
https://github.com/dukris/book-service
eureka-client postgresql spring-boot
Last synced: 7 months 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 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T20:33:42.000Z (almost 2 years ago)
- Last Synced: 2025-02-04T13:44:11.324Z (8 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*.