Is there a way to subscribe to entity changes in Datahike?
Hi @zhuxun2. I think there is not yet something in datahike itself. But for datahike-server we plan on implementing a socket-connection that streams the changes to the client. We hope to be implementing this this year.
You could do something like this with datahike.core/listen
with a filter for your entity ID in the callback.