API Gateway: Key Features Explained in System Design

preview_player
Показать описание
In this video, we will simplify the concept of API Gateway and explore its fundamental features. We will also discuss the crucial role API Gateway plays in system design, highlighting why it is essential for modern-day businesses.

Whether you are a developer or a business owner, this video will equip you with a better understanding of API Gateway and its importance in building scalable and robust systems.

#apigateway #systemdesign #microservices

System Design Interview Basics Playlist:

AWS Certification:
Рекомендации по теме
Комментарии
Автор

Thanks for the informative video. I am a beginner in System Design and I have following doubts related to this-
1. API gateway is like a middleman between computer and other computer programs- do the computer programs reside on the same computer or different?
2. When do I have to worry about creating an API gateway? Is it when I am building a system that needs to make API calls or when I am building the API which needs to be called by my clients?

ayanmaiti
Автор

Just found your channel. Wanted to say your content is amazing. Keep the good work. This channel is a hidden gem 💎

sitronco
Автор

Is it necessary that api gateway also serves the rate limiting??, for rate limiting we have dedicated resource(Oracle rate limiter), internaly they work on rate wheeler algorithm ..So is it not a extra load to the system when you are given this task to the gateway?? (technicaly though we can do that by balancing the request and then distribute it across the server ) .Thanks for the easiest explanation of the concept .Much Appreciated..

subratachakraborty