Are you going to support OLAP use cases as well? I haven't yet found a really nice hybrid batch/streaming query engine with dataframe support. Ideally, you'd support an api similar to Polars (which I have found to be the nicest thus far). It'd also be important/useful to support Python udfs (think numpy/jax/etc.). It'd be very cool if you could collaborate with or even tap into the polars frontend. If you could execu…
> It'd also be important/useful to support Python udfs (think numpy/jax/etc.).
Yep that's our longterm gameplan.
> It'd be very cool if you could collaborate with or even tap into the polars frontend. If you could execute polars logical plans but with a streaming source, that would be huge.
Are there examples of project that do this? I'd be very much interested in looking into this.