Streaming updates from Dremio

Hi, recently started with Dremio where we are building a GraphQL/arrowflight application to Query Dremio, we are building schemas of existing tables are a planning to automate building the schemas by periodically request the schemas and updating them again a config file or database. What I was wondering - is, instead of us Querying for tables and checking - if we could have an event driven application that listens for events pushed out from Dremio?(Ie: If a new datasource is added, push that information to our GraphQL service) This would be similar to Dynamo DB streams or anything of that sort. Most of what I can find is around querying Dremio but nothing related to a pub sub model. Just wondering if possible…

If this is a stupid question please let me know why too!

Thanks

1 Like