What is Event Driven Architecture (EDA)?

  Рет қаралды 181,551

IBM Technology

IBM Technology

Күн бұрын

Explore IBM Event Automation → ibm.biz/IBM_Ev...
Check out IBM Cloud Pak for Integration → ibm.biz/cloud-p...
Check out IBM Garage for Cloud Event-Driven Reference Architecture → ibm.biz/garage-...
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-t...
Learn more about Serverless → ibm.biz/learn-a...
Get started on IBM Cloud at no cost → ibm.biz/create-...
Subscribe to the IBM Cloud channel to be notified when a new video drops → ibm.biz/subscri...
#EDA #FaaS #Serverless

Пікірлер: 110
@thecodeninjaeu
@thecodeninjaeu 2 жыл бұрын
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
@Demran100
@Demran100 2 жыл бұрын
Very nice explanations. I am very impressed that she writes through a glass so that we can read it ...
@huntingvega3876
@huntingvega3876 2 жыл бұрын
the video is flipped horizontally. i had the same thought
@TheOnlyEpsilonAlpha
@TheOnlyEpsilonAlpha 3 жыл бұрын
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 😂
@Simon-fe7ti
@Simon-fe7ti 3 жыл бұрын
Love this series. Understanding so much in so little time about fundamental concepts.
@heyamjoe
@heyamjoe 2 жыл бұрын
This channel should feature on Netflix
@ftate
@ftate 3 жыл бұрын
Thanks for all of the great content lately.
@yaronskp
@yaronskp 2 жыл бұрын
She is a great lecturer! Respect.
@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/
@Stay.Strong.Keep.Moving
@Stay.Strong.Keep.Moving 2 жыл бұрын
Had the same question 😂
@sephmcfierce
@sephmcfierce 2 жыл бұрын
kzbin.info/www/bejne/rXSypqhmYtRoj6s
@vimalneha
@vimalneha 3 жыл бұрын
One of the best, clear and concise introduction i found.
@daniloespinozapino4865
@daniloespinozapino4865 2 жыл бұрын
these videos are so good to get into hard topics
@mikedqin
@mikedqin 6 ай бұрын
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.
@jlhjedi
@jlhjedi 3 жыл бұрын
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.
@swapnilkulkarni6719
@swapnilkulkarni6719 2 жыл бұрын
Its quite easy to understand, please make more such videos
@olayoridickson
@olayoridickson 2 жыл бұрын
This is great content. Better explanation of Event Driven designs
@nikithanimbalkar9617
@nikithanimbalkar9617 3 жыл бұрын
Thankyou for making things simpler to understand ❤️
@rezabojnordi8466
@rezabojnordi8466 3 жыл бұрын
thank you very much, I like IBM company
@sdelab
@sdelab Жыл бұрын
Really nice explanation
@jootuubanen7727
@jootuubanen7727 2 жыл бұрын
"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 2 жыл бұрын
I mean, what's the big difference ? --- And the answer is: messaging: publish and subscribe.
@asishreddy7729
@asishreddy7729 3 жыл бұрын
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.
@rudinandrey
@rudinandrey Жыл бұрын
very informative video, thank you very much
@boychar
@boychar 3 жыл бұрын
Aspiring, thanks for the great content, keep it up!!!
@francoisvermeulen706
@francoisvermeulen706 3 жыл бұрын
Simple yet concise!
@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!
@marcom.
@marcom. 2 жыл бұрын
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 Жыл бұрын
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 9 ай бұрын
EventStore and replayable events.
@manoelramon8283
@manoelramon8283 Жыл бұрын
faas usually last onle few mins. on this example a msg queue should be important
@Niko753A
@Niko753A 2 жыл бұрын
Thank you so much for the content! Great stuff!
@eugenetapang
@eugenetapang 3 жыл бұрын
Thank you and love to overview and the clear/concise explanation. You're teaching style really shines.
@emiliod90
@emiliod90 2 жыл бұрын
Great content 👍
@IBMTechnology
@IBMTechnology 2 жыл бұрын
Thank you 🙌
@omidmohebbi742
@omidmohebbi742 3 жыл бұрын
Thanks a lot. The content was so valuable.
@IBMTechnology
@IBMTechnology 3 жыл бұрын
We're glad you found it useful! 👍
@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
@jatinnandwani6678
@jatinnandwani6678 Жыл бұрын
Thanks so much Super helpful
@nicolaslopez-82
@nicolaslopez-82 2 жыл бұрын
Awesome video!
@IBMTechnology
@IBMTechnology 2 жыл бұрын
Glad you enjoyed it, Nicolas! 🙂
@seetlive
@seetlive 3 жыл бұрын
I enjoyed your presentation, and I learned useful tips. Thank you :)
@nikhilgoyal007
@nikhilgoyal007 2 жыл бұрын
You are awesome! thank you!!
@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 :(
@natanclassic
@natanclassic 3 жыл бұрын
Amazing presentation, thanks for this class!
@IBMTechnology
@IBMTechnology 3 жыл бұрын
Thank you for watching! 🙂
@marcoberlot5163
@marcoberlot5163 2 жыл бұрын
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.
@Fadhilx
@Fadhilx 3 жыл бұрын
Thank you women with floating hand☺
@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 3 жыл бұрын
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.
@dylanngo4454
@dylanngo4454 3 жыл бұрын
😘 Thank for your knowledge.
@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
@shekhar_sahu
@shekhar_sahu 3 жыл бұрын
Very informative.
@GauravJain108
@GauravJain108 3 жыл бұрын
Really really good content! :)
@the_nobody_entity
@the_nobody_entity 3 жыл бұрын
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 3 жыл бұрын
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
@ajitnandakumar
@ajitnandakumar 2 ай бұрын
What is the difference between extensible and scalable
@dineshsolanki1666
@dineshsolanki1666 2 жыл бұрын
Had to pause cuz for the first minute I was just wondering how did she write mirror.
@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
@JD-xd3xp
@JD-xd3xp Жыл бұрын
Is event backbone volatile or persistent storage? please explain the event backbone in detail.
@Neuroguy100
@Neuroguy100 3 жыл бұрын
Thank you for this video
@curiosull
@curiosull 2 жыл бұрын
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.
@1testrad
@1testrad 2 жыл бұрын
thanks ...
@bijeesraj007
@bijeesraj007 3 жыл бұрын
How these animations are created ?
@dummypg6129
@dummypg6129 3 жыл бұрын
Stand in behind the glass, mirror the camera, if she's using some kind of highliter then maybe some blacklight too.
@rdean150
@rdean150 3 жыл бұрын
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 3 жыл бұрын
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.
@jeremykenn
@jeremykenn Жыл бұрын
does the lecturer write in reverse ? that's awesome
@IBMTechnology
@IBMTechnology Жыл бұрын
See ibm.biz/write-backwards
@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!
@amitdubey9201
@amitdubey9201 3 жыл бұрын
wonderfully done... please share which app u are using to create the animations
@bymgood
@bymgood 3 жыл бұрын
is she writing in opposite direction?
@DaminGamerMC
@DaminGamerMC Жыл бұрын
she writes backwards so we understand that is something i have not seen before, normally the board is behind
@vasantkumar5539
@vasantkumar5539 3 жыл бұрын
Wow, how did you manage to record this, it looks like you are behind the Glass, and writing the letter in reverse.
@IBMTechnology
@IBMTechnology 3 жыл бұрын
Hey there! We shared some backstage "secrets" of our videos on the Community page, check it out here 👉 ibm.co/3zgLZnl 😉
@vasantkumar5539
@vasantkumar5539 3 жыл бұрын
@@IBMTechnology Thanks for sharing :)
@chrizzking
@chrizzking 2 жыл бұрын
Could somebody switch on the light?
@aadityakiran_s
@aadityakiran_s 2 жыл бұрын
Can't see anything written on the board.
@gergolukacsik3818
@gergolukacsik3818 3 жыл бұрын
So Cloud Software Developer or Customer Success Manager?
@william2chao
@william2chao 3 жыл бұрын
I was studying EDA in 1970. When is IBM gonna make a EDA computer for real?
@jinalpatel9154
@jinalpatel9154 3 жыл бұрын
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?
@mefirst5427
@mefirst5427 3 жыл бұрын
Do you really need send a message to Shipping on Checkout? Should be when user click on Order Confirm
@rickosowski
@rickosowski 3 жыл бұрын
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.
@ahmedjemaii3160
@ahmedjemaii3160 2 жыл бұрын
Hello, I am looking for an internship. Is there any opportunity ??
@Pranav-bt2dz
@Pranav-bt2dz 3 жыл бұрын
Perfect
@finnwillows6031
@finnwillows6031 3 жыл бұрын
Good talk. Terrible audio quality (it's constantly clipping).
@doankhanh286
@doankhanh286 3 жыл бұрын
Isn't the background too dark?
@happilysmpl
@happilysmpl 3 жыл бұрын
this is an irrelevant question but still.. is she writing backwards or is it some tool\trick?
@huntingvega3876
@huntingvega3876 2 жыл бұрын
writing on glass between her and the camera, then mirroring the video afterwards
@kumailn7662
@kumailn7662 2 жыл бұрын
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.
@raz_dva_
@raz_dva_ Жыл бұрын
Its more event sourcing than event driven arch.
@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?
@Tony-dp1rl
@Tony-dp1rl 7 ай бұрын
Scanning IBM Tech Videos be like ''AI ... skip ... AI ... skip ... AI ... skip ... EDA ... finally, something useful, Play"
@JayJuch
@JayJuch 2 жыл бұрын
Hah since when does scaleable mean k8n. That's like saying mobile communication means iPhones.
@nothingiseverperfect
@nothingiseverperfect 3 жыл бұрын
wait a second, is she… WRITING BACKWARDS????.????
@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.
@ParagPandit
@ParagPandit Жыл бұрын
Why don't you write everything beforehand and just go over your slides quicker 😂😂
@namanbhayani1016
@namanbhayani1016 3 жыл бұрын
You looked like some ghost with black + black setup 😬😬
@user-yb5rj1or4f
@user-yb5rj1or4f 2 жыл бұрын
That was creepy
@snapman218
@snapman218 2 жыл бұрын
Terrible audio quality.
@shivamkathuria4234
@shivamkathuria4234 3 жыл бұрын
very very basic.
@dumpsterdick
@dumpsterdick 7 ай бұрын
holy crap! was she writing backwards?
@terminalrecluse
@terminalrecluse 2 жыл бұрын
Distributed system != kubernetes. Get out there of here with that
Event Driven Architectures vs Workflows (with AWS Services!)
15:49
Be A Better Dev
Рет қаралды 90 М.
لااا! هذه البرتقالة مزعجة جدًا #قصير
00:15
One More Arabic
Рет қаралды 51 МЛН
Get 10 Mega Boxes OR 60 Starr Drops!!
01:39
Brawl Stars
Рет қаралды 16 МЛН
CHOCKY MILK.. 🤣 #shorts
00:20
Savage Vlogs
Рет қаралды 28 МЛН
Running With Bigger And Bigger Feastables
00:17
MrBeast
Рет қаралды 117 МЛН
What is RabbitMQ?
10:10
IBM Technology
Рет қаралды 316 М.
Event-Driven Architecture (EDA) vs Request/Response (RR)
12:00
Confluent
Рет қаралды 135 М.
Event Driven Architecture EXPLAINED in 15 Minutes
14:55
Continuous Delivery
Рет қаралды 28 М.
5 Design Patterns Every Engineer Should Know
11:51
Traversy Media
Рет қаралды 936 М.
API vs. SDK: What's the difference?
9:21
IBM Technology
Рет қаралды 1,4 МЛН
4 Key Types of Event-Driven Architecture
9:19
Confluent
Рет қаралды 14 М.
What is Kafka?
9:17
IBM Technology
Рет қаралды 455 М.
A Beginner's Guide to Event-Driven Architecture
37:28
Software Developer Diaries
Рет қаралды 10 М.
GOOGLE PIXEL 9 против iPHONE 15: ЭТО ЖЕСТЬ!
25:42
Арсений Петров
Рет қаралды 46 М.
Лучшая защита экрана
0:40
Newtonlabs
Рет қаралды 524 М.
Data recovery from MicroSD using PC3000 Flash & Spider Board 😎
1:01
Худший iPhone 16. #apple #iphone
1:01
Не шарю!
Рет қаралды 94 М.
when foldable cellphones follow the trend#shorts
0:11
amazing populer
Рет қаралды 12 МЛН