For anything currently downstream of events we need to have a way to export the data for trino to query. For the event data this should likely be done in a way that is incremental. For non-event data it might be possible to simply query a "hive" db directly so we can continuously rewrite those tables.
What is it?
For anything currently downstream of events we need to have a way to export the data for trino to query. For the event data this should likely be done in a way that is incremental. For non-event data it might be possible to simply query a "hive" db directly so we can continuously rewrite those tables.