API GATEWAY and Microservices Architecture | How API Gateway act as a Single Entry Point?

  Рет қаралды 17,859

Concept && Coding - by Shrayansh

Concept && Coding - by Shrayansh

Күн бұрын

Пікірлер: 51
@ankeshverma5229
@ankeshverma5229 9 күн бұрын
I would say you are one of the gems in these over crowded videos on the internet..
@prasenjitsutradhar3368
@prasenjitsutradhar3368 9 күн бұрын
Finally!!!................. after a decade, video on HLD, I thought the playlist was dead!
@Blaze_Killer
@Blaze_Killer 9 күн бұрын
Thanks for explaining the API Gateway in microservices so clearly You made it really easy to understand how it helps manage, secure, and direct traffic between services. The examples you gave made everything click. Really helpful and practical looking forward to more videos like this.
@amanbhagat1616
@amanbhagat1616 5 күн бұрын
I had also, similar kind of questions related to API gateway (e.g. if API gateway is single entry point, how does it handles requests at scale etc) You've nicely explained concepts and industry practices related API Gateway.
@areebwadood6273
@areebwadood6273 9 күн бұрын
API composition can also be done by GraphQL queries and they allow highly dynamic queries, with minimal data send over the network than a API gateway which sends predefined structure
@gautamjangir8927
@gautamjangir8927 8 күн бұрын
The best Explanation in depth...Thanks a lot for the Amazing Videos.
@chandan07talreja
@chandan07talreja 8 күн бұрын
Best explanation of API Gateway. Thanks, Shreyansh! I hope you start a microservices series soon because I notice that most channels or courses jump directly into implementation without first explaining the theory.
@आरवी-ण7भ
@आरवी-ण7भ 7 күн бұрын
Man you are doing great work in every video...pls keep up the momentum of new videos.
@akash-kumar737
@akash-kumar737 9 күн бұрын
Take a bow 🙇‍♂️ man. Very well explained ❤😊.
@sheersendughosh
@sheersendughosh 9 күн бұрын
Thanks a lot for this video! Information packed video! Learnt a lot new things, many doubts got resolved! 🙏
@ArnavKircha
@ArnavKircha 4 күн бұрын
Hats off to the explanation dude!! I work at a big PBC and these videos are gem if you dont want to invest your time in books. Still what is your source of book?
@iamsreekanth
@iamsreekanth 9 күн бұрын
Well explained and detailed documentation. Thank you very much!!!
@akshinaxmedov3823
@akshinaxmedov3823 9 күн бұрын
Thank you sir , you made it clear
@baburaom3626
@baburaom3626 9 күн бұрын
Thank you very much bro. making vedio on microservices
@arshadbagwan3039
@arshadbagwan3039 9 күн бұрын
Load Balancer vs API gate way Loade balance just distributes api calls across multiple instances API gate way serves calls to different micro services, it has intelligence to make a differentiate between microserivces. uses of API Gateway 1. API Composition Mulitple APIs can be called at same place 2. Authorization Only one time authorization call is required and it can be serve to call multiple apis 3. Rate Limiting Throttling , IP based blocking 4. Service Discovery
@ashishnimrot9221
@ashishnimrot9221 4 күн бұрын
Awesome ❤, Do you have hand's on for the same? So we can practical
@divytripathy378
@divytripathy378 9 күн бұрын
Thanks a lot for this video🙏🏻
@TradeStepByStep
@TradeStepByStep 9 күн бұрын
00:04 API Gateway routes client requests to correct backend services based on API endpoint. 02:43 API Gateway intelligently routes requests based on device type 05:26 API Gateway features 08:11 API Throttling and Rate Limiting 10:52 API Gateway acts as a single entry point for microservices and handles request routing and transformation. 13:37 API Gateway acts as a single entry point for routing traffic to multiple instances of microservices using load balancers. 16:21 API gateway acts as a single entry point for multiple instances of microservices in different availability zones. 18:52 API Gateway routes traffic based on user location and API type. 21:02 DNS-based load balancers distribute traffic intelligently 23:19 API Gateway acts as a single entry point for microservices architecture
@dhruvgoel25
@dhruvgoel25 9 күн бұрын
Really amazing and informative content👍
@prashantchaudhary8147
@prashantchaudhary8147 9 күн бұрын
Excellent explanation
@rohanpatil2902
@rohanpatil2902 8 күн бұрын
Very well explained....good work bro 👍
@bangbang86
@bangbang86 9 күн бұрын
Thanks for the video, the first question that how API gateway can handle million of requests is clear to me, i.e. how does it scale horizontally. Maybe I did not understand, please correct me if I am wrong?
@krupaharan12345
@krupaharan12345 3 күн бұрын
Thanks for the details. Could you please help clarify, Service discovery in the API Gateway level, checks only the health of load balancers or the individual services too ? Is Load Balancers consults with Service Discovery to locate the active services ?
@mayankgupta2721
@mayankgupta2721 5 күн бұрын
1. API Composition 2. Authentication 3. Rate limiting 4. SSL Termination
@akashmaharana4384
@akashmaharana4384 5 күн бұрын
HI Shrayansh Please create a video on Back in the envelop estimation.
@ConceptandCoding
@ConceptandCoding 5 күн бұрын
@@akashmaharana4384 hi kindly check the HLD playlist, its there already
@sunilk9298
@sunilk9298 9 күн бұрын
Awesome dude
@ranuchakravarti3277
@ranuchakravarti3277 9 күн бұрын
Hi bro , please make video of implementation on aws, and also if its on kubernates how it will b implemented
@AbhishekGupta-nl7eo
@AbhishekGupta-nl7eo 7 күн бұрын
can you please provide a deployment and impl. process for better understanding thanks!
@priyankapatil6783
@priyankapatil6783 5 күн бұрын
Please make a video on AWS
@AmirthaS-b7e
@AmirthaS-b7e 9 күн бұрын
Bro, Could you please post a video for @ApiOperation annotation and documentation using swagger. Thanks in advance
@ankushchoudhary9392
@ankushchoudhary9392 6 күн бұрын
still I have doubt, API Gateway in one particular region can have thousands of reqeust per sec, how its handling it? as API gateway is a single point of contact btw client and load balancer
@jayeshnayee6735
@jayeshnayee6735 2 күн бұрын
Earning opportunity laine jese kai backed apis bana ni hao database design karna ho, fronted ka kuch work
@ShubhamSingh-re1tr
@ShubhamSingh-re1tr 9 күн бұрын
i do have 1 doubt what would happen if suupose more millions request are coming from the same region then dns would be sending all the request to the api gateway of that region
@nathsagar96
@nathsagar96 9 күн бұрын
Akamai is another example for dns based load balancing
@gunam3876
@gunam3876 9 күн бұрын
If api gateway is smart, cant we ask the gateway to route the requests directly to load balancer of appropriate services instead of look up into service discovery?
@ConceptandCoding
@ConceptandCoding 9 күн бұрын
@@gunam3876 yes many new api gateways does that.
@Rj-tm8td
@Rj-tm8td 9 күн бұрын
please also add this video in your udemy lld+hld course playlist
@ConceptandCoding
@ConceptandCoding 9 күн бұрын
yea will do
@piyushjainwork01
@piyushjainwork01 9 күн бұрын
Boss I am a member but still not able to find the notes . can you help me please
@ConceptandCoding
@ConceptandCoding 9 күн бұрын
for this video? i will add by evening
@piyushjainwork01
@piyushjainwork01 8 күн бұрын
@@ConceptandCoding Thanks.
@imSharan24
@imSharan24 4 күн бұрын
Does this subscription continue to charge ₹199 every month?
@rupeshjha4717
@rupeshjha4717 9 күн бұрын
Here I have doubt from long time, is api gateway not a single point of failure ? or is it like multiple instance of api gateway runs, if yes then there how the routing is handled ? Doubt is cleared here: kzbin.info/www/bejne/mpzKqamkoJ2Wjdk
@quangnguyenle3695
@quangnguyenle3695 9 күн бұрын
I have the same doubt like you too
@purushottamkute7485
@purushottamkute7485 9 күн бұрын
Bro please update spring boot course I'm going take membership just for that
@rishiraj2548
@rishiraj2548 9 күн бұрын
😎👍🏻
@vim2741
@vim2741 7 күн бұрын
sir please upload in udemy
@ConceptandCoding
@ConceptandCoding 7 күн бұрын
done pls check
@foddiebyage9696
@foddiebyage9696 9 күн бұрын
Bro itne long time baad series continue krte, kisi ek series pr focus krke complete kro spring boot
@ConceptandCoding
@ConceptandCoding 9 күн бұрын
will do, got this question asked in latest system design interview, so thought to add it, else i will loose track of this question.
Service Mesh and its Architecture | How Microservices Communicate?
23:54
Concept && Coding - by Shrayansh
Рет қаралды 8 М.
3. Observer Design Pattern Explanation, Walmart Design Interview Question, 2022 | LLD System Design
34:34
Officer Rabbit is so bad. He made Luffy deaf. #funny #supersiblings #comedy
00:18
Funny superhero siblings
Рет қаралды 17 МЛН
Spongebob ate Patrick 😱 #meme #spongebob #gmod
00:15
Mr. LoLo
Рет қаралды 22 МЛН
Миллионер | 1 - серия
34:31
Million Show
Рет қаралды 2,4 МЛН
🍉😋 #shorts
00:24
Денис Кукояка
Рет қаралды 3,9 МЛН
Microservices are Technical Debt
31:59
NeetCodeIO
Рет қаралды 460 М.
Microservices with Databases can be challenging...
20:52
Software Developer Diaries
Рет қаралды 57 М.
API Gateway vs Load Balancer vs Reverse Proxy: when to use what?
9:06
Software Developer Diaries
Рет қаралды 20 М.
24. OAuth 2.0: Explained with API Request and Response Sample | High Level System Design
35:24
Concept && Coding - by Shrayansh
Рет қаралды 34 М.
LeetCode was HARD until I Learned these 15 Patterns
13:00
Ashish Pratap Singh
Рет қаралды 418 М.
Event-Driven Architecture (EDA) vs Request/Response (RR)
12:00
Confluent
Рет қаралды 147 М.
What is API gateway really all about? Java Brains - Brain Bytes
8:56
20 System Design Concepts Explained in 10 Minutes
11:41
NeetCode
Рет қаралды 1 МЛН
Officer Rabbit is so bad. He made Luffy deaf. #funny #supersiblings #comedy
00:18
Funny superhero siblings
Рет қаралды 17 МЛН