decomposing transactional systems
Interesting blog post that describes 4 things that transactional systems do:
- They execute transactions
- They order transactions
- They validate transactions
- They persist transactions
Interesting blog post that describes 4 things that transactional systems do: