Dremio real time data

Hello.

I want to expose notifications from dremio, I have a search query with certain conditions, I want that every time a value with these conditions is found it is inserted in a table. All this should be in automatic, as if it were a cron jobs that is running every 5 minutes. Is this possible?.
I use nodejs with odbc driver to consult the table of the values ​​that fulfilled the condition, is it possible that dremio notifies that I insert a new value that fulfilled the search conditions ?, so that I do not have to be executing the end point of nodejs every some time.

Neither of these is possible in Dremio today. There is not an ability to notify an external user or process of a change in state for the data Dremio can access.