I am using DQL with dgo
connecting to remote Dgraph instance. I would like to be able to subscribe to changes in my database. I know subscriptions are available in Slash so fundamentally there should be a way to use them dgo?
I’ve seen a previous post (How to subscribe to dgraph changes?) suggesting to subscribe to badger instead, however example code assumes server and dgraph are on the same filesystem and also seems bit of a hack.
It seems subscriptions with DQL is not in the roadmap 2021, it’s an incredibly important feature hence wondering the motivation not to include it?