practicalli / clojure-web-services

Develop production grade server-side web services and APIs using Clojure and REPL driven development
https://practical.li/clojure-web-services
Creative Commons Attribution Share Alike 4.0 International
11 stars 14 forks source link

project: Rich tickets #107

Open practicalli-johnny opened 2 years ago

practicalli-johnny commented 2 years ago

Event ticketing system - high volume events

CQRS architecture

Highly scalable ticket request system receives 10,000 concurrent ticket requests No processing of ticket sales is done, instead tickets are placed on a ticket request stream A secondary process processes the ticket requests and sends an asynchronous confirmation to the user if ticket purchase was successful

components