Which acts as a database of services?
Service Registry
Security Control
Service Deployment
API Gateway
Microservice Chassis
Answers
Answer:
service deployment Relational Database services acts as a Database of Services.
Answer:
Service deployment Relational Database services acts as a Database of Services.
Explanation:
Step 1: A relational database is the best option for various services. Other services may require a NoSQL database, such as MongoDB, which is suitable for storing complex, unstructured data, or Neo4J, which is built to store and query graph data effectively.
Step 2: The conventional model has a single database that is shared by all services, often in a tiered design. Each microservice in the microservices method has its own model/data. A service registry is a database that tracks the availability of each microservice in an application.
Step 3:A collection of information (i.e., data) organised to facilitate information search and retrieval. Registry: a collection of information or databases whose managers collect information from many sources, store it over time, and regulate access to it.
Learn more about similar questions visit:
https://brainly.in/question/7349846?referrer=searchResults
https://brainly.in/question/23719573?referrer=searchResults
#SPJ3