Event-sourcing student enrollment (EDU)
In combining a system to scale to various student support services, we developed a little framework in Python around Redis and Kafka to enable a specific CQRSesque event-sourced system.
This system was used so far for university-wide student enrollment and there are ambitions plans to escalate it to other services.
In my talk, I will present the technical and architectural aspects of the framework as well as a toy example of its usage. The talk will feature live-coding.