What is Event Driven Architecture (EDA)?

  Переглядів 175,539

IBM Technology

IBM Technology

3 роки тому

Explore IBM Event Automation → ibm.biz/IBM_Event_Automation
Check out IBM Cloud Pak for Integration → ibm.biz/cloud-pak-integration
Check out IBM Garage for Cloud Event-Driven Reference Architecture → ibm.biz/garage-event-driven-ar...
What is an event-driven architecture, or EDA? And how does it enable real-time user interactions, pluggable microservices, and extensible streaming and data analytics?
In this lightboard video, Whitney Lee from IBM Cloud, visually breaks down the answers to these questions and many more, as well as explains the several advantages and opportunities that an event driven architecture provides for developers and organizations in comparison to a request/response application architecture.
Learn more about EDA → ibm.biz/eda-guide
Learn more about FaaS → ibm.biz/guide-to-faas
Learn more about Serverless → ibm.biz/learn-about-serverless...
Get started on IBM Cloud at no cost → ibm.biz/create-no-cost-account
Subscribe to the IBM Cloud channel to be notified when a new video drops → ibm.biz/subscribe-now
#EDA #FaaS #Serverless

КОМЕНТАРІ: 109
@peteronum3964
@peteronum3964 Рік тому
IBM you're so good at explaining concepts with these videos. I remember watching one on the difference between an API and an SDK some time back and it was very helpful. I now understand that the event backbone is the most important part of the system. I guess other services can subscribe to it(either to all its events or just to some events that it receives) and process the event data however they want. Thanks for an awesome video
@Simon-fe7ti
@Simon-fe7ti 2 роки тому
Love this series. Understanding so much in so little time about fundamental concepts.
@TheOnlyEpsilonAlpha
@TheOnlyEpsilonAlpha 2 роки тому
Looking at the First 20 Seconds and asking myself: What is with that lightning setup?
@ramgopal2520
@ramgopal2520 Рік тому
Wondering the same. Why is there only heads and hands in the video 😂
@yaronskp
@yaronskp Рік тому
She is a great lecturer! Respect.
@ftate
@ftate 3 роки тому
Thanks for all of the great content lately.
@nikithanimbalkar9617
@nikithanimbalkar9617 3 роки тому
Thankyou for making things simpler to understand ❤️
@daniloespinozapino4865
@daniloespinozapino4865 Рік тому
these videos are so good to get into hard topics
@Demran100
@Demran100 Рік тому
Very nice explanations. I am very impressed that she writes through a glass so that we can read it ...
@huntingvega3876
@huntingvega3876 Рік тому
the video is flipped horizontally. i had the same thought
@vimalneha
@vimalneha 3 роки тому
One of the best, clear and concise introduction i found.
@heyamjoe
@heyamjoe 2 роки тому
This channel should feature on Netflix
@eugenetapang
@eugenetapang 2 роки тому
Thank you and love to overview and the clear/concise explanation. You're teaching style really shines.
@francoisvermeulen706
@francoisvermeulen706 2 роки тому
Simple yet concise!
@bilalkorir2070
@bilalkorir2070 3 роки тому
I enjoyed your presentation, and I learned useful tips. Thank you :)
@swapnilkulkarni6719
@swapnilkulkarni6719 Рік тому
Its quite easy to understand, please make more such videos
@boychar
@boychar 2 роки тому
Aspiring, thanks for the great content, keep it up!!!
@SyncWithSrikanth
@SyncWithSrikanth 3 роки тому
Curious to know how you are able to do that mirror thing. 🤔
@iamvonKohl
@iamvonKohl 3 роки тому
Simple. The image is flipped/mirrored in post-production. In other words the presenter is right-handed.
@vinni8649
@vinni8649 3 роки тому
They use a lightboard, www.lightboard.info/
@prakharsharma6619
@prakharsharma6619 2 роки тому
Had the same question 😂
@sephmcfierce
@sephmcfierce Рік тому
ukposts.info/have/v-deo/r3OAqatnZKVmun0.html
@olayoridickson
@olayoridickson 2 роки тому
This is great content. Better explanation of Event Driven designs
@Niko753A
@Niko753A Рік тому
Thank you so much for the content! Great stuff!
@amitdubey9201
@amitdubey9201 2 роки тому
wonderfully done... please share which app u are using to create the animations
@natanclassic
@natanclassic 2 роки тому
Amazing presentation, thanks for this class!
@IBMTechnology
@IBMTechnology 2 роки тому
Thank you for watching! 🙂
@GauravJain108
@GauravJain108 2 роки тому
Really really good content! :)
@dylanngo4454
@dylanngo4454 3 роки тому
😘 Thank for your knowledge.
@omidmohebbi742
@omidmohebbi742 2 роки тому
Thanks a lot. The content was so valuable.
@IBMTechnology
@IBMTechnology 2 роки тому
We're glad you found it useful! 👍
@sdelab
@sdelab 10 місяців тому
Really nice explanation
@jlhjedi
@jlhjedi 2 роки тому
That's a lot of code waiting for app and API developers to write. That's a lot of logging to sanitize and onboard to the backbone. That's a lot of data streams for admins to understand and write actionable if - then statements. That's a lot of reporting for owners and perf engis to sift through. There's a lot of IT professionals working hard to ensure this kind of infrastructure for multiple sources of data and systems scale appropriately. Hire good people to run good systems and you're winning.
@Neuroguy100
@Neuroguy100 2 роки тому
Thank you for this video
@jinalpatel9154
@jinalpatel9154 2 роки тому
Very good content. Simple yet informative and to the point. I have one question is , event driven architecture is shift from normal request response scenario or architecture. How user interaction or UI component handle in this event driven architecture?
@shekhar_sahu
@shekhar_sahu 2 роки тому
Very informative.
@cyk4841
@cyk4841 Рік тому
First of all, great video. I like the prensentation format, but i'm still a little bit confused about two (probably more, haha) things. I'm just learning about architectures, so excuse me, if my questions seem obvious: - 1.) Let's start with the roboter vacuum cleaner. I'm having trouble understanding the flow of data and corresponding actions being taken. The roboter sends an event to the event backbone (a kind of server I assume), which triggers a FaaS, which takes action "with the vacuum cleaner" eg. cleaning the house? How is that achieved? Does the robot have to have a connection to be able to clean? - 2.) Store case: A customer triggering a checkout event, which updates the inventory seems logical. But how about responses to user specific data. E.g. denying the checkout because of an empty inventory or a payment (verification) event, which only corresponds to one specific order. Same thing can be asked about the spotify play event, which triggers the "suggestions" process. Who handles sending the song data to the client or the suggestions, which only apply to a users currently hearing that song. I would be glad if someone could sacrifice some time and offer their insight. Thanks!
@andreyrudin2286
@andreyrudin2286 Рік тому
very informative video, thank you very much
@JD-xd3xp
@JD-xd3xp 10 місяців тому
Is event backbone volatile or persistent storage? please explain the event backbone in detail.
@jatinnandwani6678
@jatinnandwani6678 Рік тому
Thanks so much Super helpful
@mikedqin
@mikedqin 3 місяці тому
The presenter shared a few use cases. I like the presenter to finish the check-out use case first before jumping on the music streaming. How do you handle distributed transaction of the check-out flow in the event-driven architecture? If the user cancels his transaction, for example, there should be a compensating message. How about duplicate events published? Idempotent consumers are required to de-duplicate the message. I think EDA is hard and complicated, it's not what the presenter said it's so easier. You mentioned Kubernetes at the beginning, what is it to do with EDA? Eventual consistency shall be discussed when using EDA. etc. Thank you for the knowledge sharing.
@hitarthpanchal1479
@hitarthpanchal1479 3 роки тому
Curious to know how it will work in below scenario. Ton of people checking out a same product which is for sale for short amount of time on retail website. Because there will be lot of rush plus it has to let other services know immediately since that product will be out of stock in few minutes. How in EDA above case will be handled? I believe this is a lazy architecture, meaning one doesn't get response immediately it takes time but will surely respond. I think such principle won't pan out in above scenario. Can you shed some light on it?
@Relativizor
@Relativizor 2 роки тому
Each order is a wish. They are then either accepted or rejected by inventory and an event is sent to indicate what happened. So if multiple events arrive, some are accepted, and some are rejected, usually dependent on queue position.
@emiliod90
@emiliod90 2 роки тому
Great content 👍
@IBMTechnology
@IBMTechnology 2 роки тому
Thank you 🙌
@rdean150
@rdean150 2 роки тому
How do you ensure that only a single worker instance processes a given event, when your use case requires exactly-once handling? Is it based on Kafka's partitioning of topics? Or perhaps some sort of distributed lock built on e.g. zookeeper? Or maybe some sort of cyclical leader election with failover capability on node heartbeat loss?
@rickosowski
@rickosowski 2 роки тому
You are correct in your first suggested solution. Most often, we rely on Kafka's exactly-once guarantees that comes by way of it's guaranteed ordering of events in a single topic partition, idempotent producers, and transaction-enabled producers and consumers. Leveraging the Kafka Exacty-Once Semantics that has been around for a few years and has been hardened in recent releases allows us to build low-overhead event-streaming applications with processing guarantees.
@nikhilgoyal007
@nikhilgoyal007 2 роки тому
You are awesome! thank you!!
@nicolaslopez-82
@nicolaslopez-82 2 роки тому
Awesome video!
@IBMTechnology
@IBMTechnology 2 роки тому
Glad you enjoyed it, Nicolas! 🙂
@rezabojnordi8466
@rezabojnordi8466 2 роки тому
thank you very much, I like IBM company
@sui-chan.wa.kyou.mo.chiisai
@sui-chan.wa.kyou.mo.chiisai 3 роки тому
Is the straight line connected automatically by program or it is post-processing?
@sui-chan.wa.kyou.mo.chiisai
@sui-chan.wa.kyou.mo.chiisai 3 роки тому
The animation of checkout is amazing, what is the technology behind this?
@Pranav-bt2dz
@Pranav-bt2dz 3 роки тому
Perfect
@jootuubanen7727
@jootuubanen7727 Рік тому
"Statement of fact": almost 30 years ago, Sybase databases (dont know about others) kept writing something that was called "transaction log". That e.g. made it easy to implement replication. Transaction log is about logging all data manipulation. Statement of fact. Every single sql-statement executed.
@jootuubanen7727
@jootuubanen7727 Рік тому
I mean, what's the big difference ? --- And the answer is: messaging: publish and subscribe.
@asishreddy7729
@asishreddy7729 2 роки тому
I feel like this class can only be understood by people who already know this stuff. Its a whole lot of names and acronyms without enough explanation of what they're meant for. Like event backbone for example. 7 mins in still there's no moment of clarity I was hoping for.
@gergolukacsik3818
@gergolukacsik3818 2 роки тому
So Cloud Software Developer or Customer Success Manager?
@ahmedjemaii3160
@ahmedjemaii3160 2 роки тому
Hello, I am looking for an internship. Is there any opportunity ??
@marcom.
@marcom. Рік тому
Stream history is one of the biggest challenges in an EDA / microservice architecture. Not all services start their existence at the same time. Or even worse: You want to integrate legacy systems with events originating from them - but they didn't produce events from the beginning of their life. So it's much easier to talk about an EDA-based system if you just see the present. But how do you make sure every (new) consumer has seen all the data it needs - originating from events?
@oberlinio
@oberlinio 11 місяців тому
I was wondering the same. I was thinking one would have to prime system B with an scoped and extracted view of system A events.
@jarldue123
@jarldue123 6 місяців тому
EventStore and replayable events.
@the_nobody_entity
@the_nobody_entity 2 роки тому
It's great, in starting I found everything is bounced off, but later got a crystal clear understanding. Thanks for making it simple & clear. One question comes to mind what are the other architecture, can you name them...!!!
@IBMTechnology
@IBMTechnology 2 роки тому
Thanks for watching, Mishra! Regarding other types of software architecture, which EDA is an example of, there are MANY! 🙂 Some of the most talked about today, based on different uses and patterns are: N-tier architecture, microservices, service-oriented architecture, and event-driven architecture, of course. You can start on some of them here: ibm.co/3iDSA5o Going even further, there's the Cloud Architecture center: ibm.co/3xqmNJD
@1testrad
@1testrad 2 роки тому
thanks ...
@bijeesraj007
@bijeesraj007 3 роки тому
How these animations are created ?
@dummypg6129
@dummypg6129 2 роки тому
Stand in behind the glass, mirror the camera, if she's using some kind of highliter then maybe some blacklight too.
@Fadhilx
@Fadhilx 2 роки тому
Thank you women with floating hand☺
@mefirst5427
@mefirst5427 2 роки тому
Do you really need send a message to Shipping on Checkout? Should be when user click on Order Confirm
@rickosowski
@rickosowski 2 роки тому
The scenario here is an exemplar and one that could be refined through deep-dives and discovery, as needed. Deriving a business scenario to implement using event-driven architectures is usually done through an Event Storming Workshop. That would then help to establish all the actors, all the actor interactions, and the necessary data to flow through the system. In this example, sending a message to Shipping on Checkout is a simple way to show an extensible system and evolutionary architecture - exactly what EDA was made for.
@vasantkumar5539
@vasantkumar5539 2 роки тому
Wow, how did you manage to record this, it looks like you are behind the Glass, and writing the letter in reverse.
@IBMTechnology
@IBMTechnology 2 роки тому
Hey there! We shared some backstage "secrets" of our videos on the Community page, check it out here 👉 ibm.co/3zgLZnl 😉
@vasantkumar5539
@vasantkumar5539 2 роки тому
@@IBMTechnology Thanks for sharing :)
@chrizzking
@chrizzking 2 роки тому
Could somebody switch on the light?
@louvki
@louvki 2 роки тому
I wonder if this is how alchemists in the 18th century felt when they summoned a demon and a disembodied torso appeared out of the darkness and then started them teaching the secrets of the universe
@marcoberlot5163
@marcoberlot5163 Рік тому
There's something about using terms in this video that I do not fully understand. In the introduction the presenter shows that message driven is one of the key points to achieve scalability and resiliency. But then, it shows that that's achieved with an event driven architecture and not a message driven one.
@bymgood
@bymgood 3 роки тому
is she writing in opposite direction?
@manoelramon8283
@manoelramon8283 Рік тому
faas usually last onle few mins. on this example a msg queue should be important
@Koralreefcarbon
@Koralreefcarbon Рік тому
Wait timeout lol she's standing behind glass, looking at the camera right on the other side right? She writes her letters backwards really well lol just noticed that!
@IBMTechnology
@IBMTechnology Рік тому
Search on "lightboard videos"
@Koralreefcarbon
@Koralreefcarbon Рік тому
@@IBMTechnology The X-FIles: Season 1, Episode 4, 43:36
@happilysmpl
@happilysmpl 2 роки тому
this is an irrelevant question but still.. is she writing backwards or is it some tool\trick?
@huntingvega3876
@huntingvega3876 Рік тому
writing on glass between her and the camera, then mirroring the video afterwards
@jeremykenn
@jeremykenn 9 місяців тому
does the lecturer write in reverse ? that's awesome
@IBMTechnology
@IBMTechnology 9 місяців тому
See ibm.biz/write-backwards
@curiosull
@curiosull Рік тому
The checkout example is one of the worst usecases chosen for event driven systems. An order has to be coordinated, consumers would need to sync because an order has to act like a distributed transaction/saga. If you would implement it like described in the video the customers will be contacted the shipping left warehouse, but the product was not even on stock! The order has to be done in sequential steps which can fail or get canceled, by having a queue system you will lose the ability to do so, and each consumer will react async in both time and space.
@aadityakiran_s
@aadityakiran_s Рік тому
Can't see anything written on the board.
@dineshsolanki1666
@dineshsolanki1666 Рік тому
Had to pause cuz for the first minute I was just wondering how did she write mirror.
@william2chao
@william2chao 2 роки тому
I was studying EDA in 1970. When is IBM gonna make a EDA computer for real?
@doankhanh286
@doankhanh286 2 роки тому
Isn't the background too dark?
@willmalisch
@willmalisch Рік тому
Good vid. But its legit a 12 minute description. If your going to watch this, you need to watch all 12 minutes, thoroughly
@finnwillows6031
@finnwillows6031 3 роки тому
Good talk. Terrible audio quality (it's constantly clipping).
@raz_dva_
@raz_dva_ Рік тому
Its more event sourcing than event driven arch.
@DaminGamerMC
@DaminGamerMC Рік тому
she writes backwards so we understand that is something i have not seen before, normally the board is behind
@kumailn7662
@kumailn7662 Рік тому
I think you should be more stick with one scenarios when you are explaining such concept. you were on shipping and then you start explaining ... robot cleaner.
@devonlamond
@devonlamond Рік тому
Are you all hiring a production team that realizes awkwardly cast shadows DURING the shoot, so that they can be mitigated? If so, call me!
@Tony-dp1rl
@Tony-dp1rl 4 місяці тому
Scanning IBM Tech Videos be like ''AI ... skip ... AI ... skip ... AI ... skip ... EDA ... finally, something useful, Play"
@americaneagle7777
@americaneagle7777 Рік тому
This is no good, she never completed a single "example". Is never answered a Q what EDA is really stands for. Ended up being about specific technology - kafka :(
@poweraktar
@poweraktar 2 роки тому
Wait. Is she writing backwards?
@IBMTechnology
@IBMTechnology 2 роки тому
It's filmed through a glass pane and the image reversed in post-production.
@JayJuch
@JayJuch 2 роки тому
Hah since when does scaleable mean k8n. That's like saying mobile communication means iPhones.
@nothingiseverperfect
@nothingiseverperfect 2 роки тому
wait a second, is she… WRITING BACKWARDS????.????
@user-yb5rj1or4f
@user-yb5rj1or4f 2 роки тому
That was creepy
@namanbhayani1016
@namanbhayani1016 2 роки тому
You looked like some ghost with black + black setup 😬😬
@ParagPandit
@ParagPandit Рік тому
Why don't you write everything beforehand and just go over your slides quicker 😂😂
@shivamkathuria4234
@shivamkathuria4234 2 роки тому
very very basic.
@snapman218
@snapman218 Рік тому
Terrible audio quality.
@dumpsterdick
@dumpsterdick 3 місяці тому
holy crap! was she writing backwards?
@terminalrecluse
@terminalrecluse 2 роки тому
Distributed system != kubernetes. Get out there of here with that
Bare Metal with a Hypervisor vs. Dedicated Host: What's the difference?
5:21
Event-Driven Architecture (EDA) vs Request/Response (RR)
12:00
Confluent
Переглядів 53 тис.
Дурнєв дивиться сторіс ZОМБІ #47
53:48
Aleksey Durnev
Переглядів 698 тис.
What is FaaS (Functions as a Service)?
10:52
IBM Technology
Переглядів 77 тис.
What is RabbitMQ?
10:10
IBM Technology
Переглядів 301 тис.
What is an API Gateway?
10:19
IBM Technology
Переглядів 279 тис.
Event-Driven Architecture: Explained in 7 Minutes!
7:18
Alex Hyett
Переглядів 71 тис.
4 Key Types of Event-Driven Architecture
9:19
Confluent
Переглядів 7 тис.
Apache Kafka in 6 minutes
6:48
James Cutajar
Переглядів 924 тис.
Creepy Samsung Alarm cannot be turned off 😱🤣 #shorts
0:14
Adani Family
Переглядів 1 млн
Вы поможете украсть ваш iPhone
0:56
Romancev768
Переглядів 135 тис.
Samsung or iPhone
0:19
rishton_vines😇
Переглядів 3,2 млн
Эволюция телефонов!
0:30
ТРЕНДИ ШОРТС
Переглядів 5 млн
Наушники Ой🤣
0:26
Listen_pods
Переглядів 309 тис.