/what-could-go-wrong

An exploration of database behavior in concurrent environments.

Primary LanguagePython

What could go wrong?!

Lots of things, apparently. This project is a hands on exploration into why concurrency and databases is difficult to get right. Inspired by Martin Kleppman's book Designing Data Intensive Applications, especially chapter 7.