|
|
|
|
|
by jared314
4139 days ago
|
|
> Adding transactions that just have events attached to them isn't a particularly useful aggregate to query. I still don't understand. The transaction log, in datomic, can be queried as easily as you would query the rest of the data. The view exists on the client. Changes are already queued by the transactor. And, changes are pushed to the clients from the transactor. |
|
In certain cases you can definitely put the events directly into the transactions. In our case, it's just not the right fit and I suspect that many others will find the same constraints apply.