Although a challenging process, moving from monoliths to microservices is a rewarding journey especially once a business starts to see growth and success delivered by a refactored application system.
@mwaikul4 жыл бұрын
Just goto 14:19 basically setup a proxy infront of your monolithic app and slowly separate functionality into microservices till everything is migrated
@ismile472 жыл бұрын
Very nice interesting explanation 👍, slids are pretty easy to understand with the story.
@googlecloudtech2 жыл бұрын
Glad you liked it
@juanpabloosorioalvarado64675 жыл бұрын
i enjoyed the way you presented all topics here, thank you guys!.
@tariqmahmood51208 ай бұрын
Such a great presentation.
@pavanagrari91303 жыл бұрын
Thanks for your way to explanations both are awesome guys, I really enjoyed the session.
@googlecloudtech3 жыл бұрын
Glad you enjoyed it!
@chmaheshkrishna5 жыл бұрын
Liked the way it is presented. Good job guys.
@gopalgowda98995 жыл бұрын
Both of you are awesome guys.
@sergejsvisockis5 жыл бұрын
As was mentioned: "Migrate from the monolith to microservices". In the most of the cases it is impossible, especially for the large scale enterprise. Just cuz enterprise companies are not ready to pay for this, they are paying for the new functionality to be implemented. Such a migration is time, which should be paid. The only thing that is possible in this case is a complete modernization which is bought by enterprises in a couple of decades.
@angelorocco8943 жыл бұрын
Instablaster
@AnandThati3 жыл бұрын
Very insightful presentation
@leonardfrederick44915 жыл бұрын
Can anyone help me understand how to segregate the bounded context of an object which is used across modules. For example, a mapping data between Shipping and Inventory. How do we access the data from 2 different databases?
@rahulmalviya15855 жыл бұрын
As per the DDD, this object will be handled separately in each of the subdomain, in their own ubiquitous languages. This object information will be exchanged by these two microservices using rest apis, which will be decided by the context map.
@IrfanAhmedShaikh21064 жыл бұрын
it is very crisp and to the point presentation. Once catch however, earlier in presentation it is mentioned that it is easy to debug a monolith which is true but later in the presentation he mentioned that they were having hard time debugging their monolith????
@anabellag74 жыл бұрын
It's easy to debug when you are first starting because there's not that much code and the team is small. Later on when the monolith gets to big it does get hard to debug.
@sant564skatex63 жыл бұрын
Thanks for this!
@shubhamvardaan35765 жыл бұрын
Excellent video
@Fred_Klingon4 жыл бұрын
Thanks guys, clear explanation of many aspects involved into the migration.