|
|
|
|
|
by hueyp
4137 days ago
|
|
The event is the transaction. For example of I have a 'make_user_preferred' event, I just transact the database and then add any metadata I need to the Datomic transaction. Datomic is Event Sourcing if you create a realized version of your database on every event. It is just smart about it and keeps diffs. |
|