Hacker News new | past | comments | ask | show | jobs | submit login

The following talk about event sourcing (not listed in the article)•, really made an impact on me:

Event Sourcing - Greg Young

https://www.youtube.com/watch?v=JHGkaShoyNs

•: Not that I really expected it to be I guess.




Overly complicated pointless eventsourcing wasted 1mil+ at my previous employer. Now they have to spend 6 months removing it all.


Care to elaborate? We're having quite good experiences with it at the moment, but would like to learn from others.


We used this mess of a library, which provides no clear interface and corrupts data https://github.com/johnbywater/eventsourcing


A faulty implementation doesn't necessarily invalidate the idea. I also strongly suggest looking into statically typed languages. Python is very poorly suited to working with data.


> Python is very poorly suited to working with data.

This does not seem to be true, based on widespread industry and scientific use of Python generating, managing, and analyzing data.

Perhaps you meant in some specific way, like "Python does not enforce objects' data schema" or some such?


Yes, but even so it's a huge undertaking to build your own event sourcing. Many get burnt.


I'll go out on a limb here and say it wasn't Event Sourcing that caused the problems.

Anything can be ^H^H^H^Hmessed up.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: