A tour of two sagas
sagas service collaborationContact me for information about consulting and training at your company.
The MEAP for Microservices Patterns 2nd edition is now available
Until July 25th, enroll for $95 in my virtual bootcamp, distributed data patterns in a microservice architecture
During a recent microservice architecture workshop, my client asked for a code walkthrough of some example sagas. I had planned to walk through the code in Intellij, but I thought it would be more useful to use Visual code’s Code Tour extension.
What is CodeTour?
To quote the docs:
CodeTour is a Visual Studio Code extension, which allows you to record and play back guided walkthroughs of your codebases.
Once you’ve configured a CodeTour and pushed the changes to Github, anyone can run the tour in either Visual Studio Code or a (browser-based) Github Codespace. The tour will guide them through the code, highlighting important methods and classes along the way.
Here’s what you see:
A tour of two sagas
Here are the tours of the two example sagas, which are implemented using the Eventuate Platform: