datahike

https://datahike.io/, Join the conversation at https://discord.com/invite/kEBzMvb, history for this channel is available at https://clojurians.zulipchat.com/#narrow/stream/180378-slack-archive/topic/datahike
zhuxun2 2020-10-06T21:46:57.029800Z

Is there a way to subscribe to entity changes in Datahike?

timo 2020-10-07T07:09:28.029900Z

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.

kkuehne 2020-10-08T15:44:32.030500Z

You could do something like this with datahike.core/listen with a filter for your entity ID in the callback.