|
|
|
|
|
by theLiminator
677 days ago
|
|
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 execute polars logical plans but with a streaming source, that would be huge. |
|
I haven't looked at their Python API but they support PRQL which is a pretty nice and ergonomic interface in my (biased) opinion. See https://docs.databend.com/sql/sql-reference/ansi-sql#support...