Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dukris/author-service
Microservice for "Bookstore"
https://github.com/dukris/author-service
eureka-client postgresql spring-boot
Last synced: 30 days ago
JSON representation
Microservice for "Bookstore"
- Host: GitHub
- URL: https://github.com/dukris/author-service
- Owner: dukris
- Created: 2023-03-02T07:25:47.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-15T20:29:36.000Z (11 months ago)
- Last Synced: 2024-10-03T02:41:09.515Z (about 2 months ago)
- Topics: eureka-client, postgresql, spring-boot
- Language: Java
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AuthorMicroservice
This is a part of simple "Bookstore App" that contains author microservice. Full app: [Microservices-2](https://github.com/hizmailovich/Microservices-2)## Glossary
1. Author## 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*.