If you are talking about realtime event data:
If you have your own observer squad you can setup the notifier-go server.
That way you can create a websocket connection with that server with which you can subscribe to various events in realtime :)
If you are talking about old event data you will probably have to use an elastic search server to query that data :)
If you are talking about realtime event data: If you have your own observer squad you can setup the notifier-go server. That way you can create a websocket connection with that server with which you can subscribe to various events in realtime :) If you are talking about old event data you will probably have to use an elastic search server to query that data :)