No video

Event Sourcing & CQRS | Stock Exchange Microservices Architecture | System Design Primer

  Рет қаралды 32,664

Tech Primers

Tech Primers

Күн бұрын

Пікірлер: 35
@javisartdesign
@javisartdesign 3 жыл бұрын
Good explanation! It would be awesome to have an end to end example using common technologies to apply this pattern such as AXON, Kafka Streams, Cassandra, etc..
@TechPrimers
@TechPrimers 3 жыл бұрын
Sure Javier. I have added it to the backlog
@hrtummala
@hrtummala 3 жыл бұрын
I see a flaw in the architecture. There is Dual write problem in matching service. The whole aim of cqrs is to eliminate distributed transactions and construct read model using events and commands.
@TechPrimers
@TechPrimers 3 жыл бұрын
Thanks Hemanth. Would be happy to see the modified version so that i can share that with the audience
@DeepakPandey-ij3bz
@DeepakPandey-ij3bz Жыл бұрын
Thanks for the tutorial. The trade api and eod trade are using same db for read and write purpose. The idea of cars defeated itself if we have this scenario bcz read and write simultaneously can choke the performance. There should be 2 separate db one for read and one fir write connected with kafka so that when write took place same data must be synchronized in read db as well
@java3711
@java3711 3 жыл бұрын
awesome as always... good thing is you have covered the challenges also.. otherwise everything looks pretty straight forward
@pitchibovilla3998
@pitchibovilla3998 3 жыл бұрын
Its awesome explanation. Can you please share implementation part also if possible
@Ravikirankada
@Ravikirankada 3 жыл бұрын
Nice one Ajay :-)
@SmartEngineers
@SmartEngineers 3 жыл бұрын
Awesome ! highly appreciable. can u plz do a video how CQRS works with Apache Kafka in practical.
@TechPrimers
@TechPrimers 3 жыл бұрын
Sure bud. But will take sometime
@PavanKumar-yj8fu
@PavanKumar-yj8fu 3 жыл бұрын
Good information, thank you!!
@mahfoozahmad7993
@mahfoozahmad7993 3 жыл бұрын
Very nice info, thanks a lot. Could you please create a video to implement this whole architecture. It will help us a lot.
@shyamagrawal3047
@shyamagrawal3047 3 жыл бұрын
Nice one .. Thanks
@DeepakSingh-hl3er
@DeepakSingh-hl3er 2 жыл бұрын
Thanks for such amazing explanation.
@javasystems5850
@javasystems5850 3 жыл бұрын
Nice explanation on CQRS and EventSource, Please can you explain what is SAGA and AXON.
@TechPrimers
@TechPrimers 3 жыл бұрын
Check the SAGA video. It's already there in the channel
@indranildas7953
@indranildas7953 3 жыл бұрын
Very well explained. Good job. Will you be able to make a hands-on video on this case study
@TechPrimers
@TechPrimers 3 жыл бұрын
Not immediately, but will do in the future
@ramanjaneyappan7964
@ramanjaneyappan7964 3 жыл бұрын
please explain with an example implementation
@bharathsai232
@bharathsai232 3 жыл бұрын
Nice video, please create a video on graph ql using aws graph ql service
@TechPrimers
@TechPrimers 3 жыл бұрын
Its there in the channel Bharath. It's called AWS AppSync
@prashant123singh
@prashant123singh 2 жыл бұрын
Super Awesome 👌
@soumil20
@soumil20 2 жыл бұрын
Hi. Really good video, great explanation of the different components. Do you think we should be using RDMS for the all the tables or No-SQL like Cassandra?
@shiwanichoudhary2072
@shiwanichoudhary2072 Жыл бұрын
what are the other alternatives of CQRS for building microservices ?
@atech_guide
@atech_guide 3 жыл бұрын
Great video Ajay …. Could you please share the software you used to create the Architecture diagram please
@TechPrimers
@TechPrimers 3 жыл бұрын
It's google slides
@sriharans4189
@sriharans4189 3 жыл бұрын
I guess zerodha tech website will give more details about brokerage infra and architecture.. Heaps might be best for order book..
@jwbonnett
@jwbonnett 3 жыл бұрын
CQRS is eventually consistent, so wouldn't that be a problem in this case study? E.g. You modify a stock price based on how many people buy into said stock, though if that stock isn't up to date then you will have people buying more expensive or cheaper stock than the realtime price, which then affects the data integrity.
@TechPrimers
@TechPrimers 3 жыл бұрын
Like i mentioned i have not considered all scenarios. The price updates gets pushed via something similar to response-processor (may be a socket connectivity) Also this is how the stock market works. Price changes every second/ms. We cannot compare it will ecommerce or other platforms where price doesn't change that frequently.
@abisheksoni3354
@abisheksoni3354 2 жыл бұрын
Good content, easy to understan , thanks
@JeffersonBienAime
@JeffersonBienAime 3 жыл бұрын
🔥🔥That is nicely done! You just solved in 18 minutes, what I was trying to accomplish in 4 four months. Keep up the good work! Subscribing now! Can you share the ppt?
@shivamgupta5476
@shivamgupta5476 3 жыл бұрын
Make a video on it
@FWTteam
@FWTteam 2 жыл бұрын
Is it a ppt?
@TechPrimers
@TechPrimers 2 жыл бұрын
Google slides
@FWTteam
@FWTteam 2 жыл бұрын
Can you share the slide please?
SAGA | Microservices Architecture Patterns | Tech Primers
10:55
Tech Primers
Рет қаралды 189 М.
天使救了路飞!#天使#小丑#路飞#家庭
00:35
家庭搞笑日记
Рет қаралды 88 МЛН
Schoolboy Runaway в реальной жизни🤣@onLI_gAmeS
00:31
МишАня
Рет қаралды 3,1 МЛН
ISSEI & yellow girl 💛
00:33
ISSEI / いっせい
Рет қаралды 21 МЛН
EventSourcing & CQRS: a light introduction - Paolo Banfi - DDD Europe 2022
49:17
Domain-Driven Design Europe
Рет қаралды 4,3 М.
Design A Scalable Notification System | System Design
28:23
Code with Irtiza
Рет қаралды 38 М.
Shared Database between Services? Maybe!
13:51
CodeOpinion
Рет қаралды 23 М.
Stock Exchange Systems : Distributed Transactions, Financial System
43:09
Implement CQRS Design Pattern with SpringBoot
1:03:37
Daily Code Buffer
Рет қаралды 81 М.
天使救了路飞!#天使#小丑#路飞#家庭
00:35
家庭搞笑日记
Рет қаралды 88 МЛН