top | item 40801274

(no title)

shinzui | 1 year ago

It’s amazing how many of those types of problems are easily avoided or solved with event sourcing and CQRS.

discuss

order

wojcikstefan|1 year ago

Agreed, event sourcing is a pretty good match for call flows. You could first store every call leg / conference / recording / etc. webhook Twilio sends you as an event and then derive the state of the final "call" concept from those pieces of data.