Glossary Flashcards
1
Q
API Gateway
A
Category: Design Pattern
http://microservices.io/patterns/apigateway.html
HTML5/JavaScript -based UI for desktop and mobile browsers - HTML is generated by a server-side web application
Native Android and iPhone clients - these clients interact with the rserver via REST APIs
Application must expose product details via a REST API for use by 34d party applications
Assume online store. It uses a microservice architecture pattern the product details data is spread over multiple services. For example, product info service, pricing service, order service, inventory service, review service
Forces - The grainulatiry of APIS