Hacker News new | ask | show | jobs
by necovek 1429 days ago
If your entire application is based on event sourcing, it's usually not difficult, just slow (which is why the article talks of snapshots as well).

Of course, if you are misusing the pattern, you've got needless complexity no matter how you slice it.