You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Imagine there was an aggregation function, apoc.agg.analytics("SQL statement", {row-map}, optional SQL parameters) yield map/row.
By e.g. embedding duckdb JDBC we could create a temporary table/CTE over the inputs and run the provided SQL statement including WINDOW functions, PIVOT etc.
The JDBC driver would ofc, be an optional jar.
We could even have arbitrary JDBC URLs, where duckdb would just be one option that runs in process, to delegate complex analytics to an analytics db.
Or somehow as a subquery / docs?
The text was updated successfully, but these errors were encountered:
jexp
changed the title
Add advanced SQL analytics to streaming cypher results before returning the client
Add advanced SQL analytics to streaming cypher rows before returning results to the client
Jun 3, 2023
Imagine there was an aggregation function,
apoc.agg.analytics("SQL statement", {row-map}, optional SQL parameters) yield map/row
.By e.g. embedding duckdb JDBC we could create a temporary table/CTE over the inputs and run the provided SQL statement including WINDOW functions, PIVOT etc.
The JDBC driver would ofc, be an optional jar.
We could even have arbitrary JDBC URLs, where duckdb would just be one option that runs in process, to delegate complex analytics to an analytics db.
Or somehow as a subquery / docs?
The text was updated successfully, but these errors were encountered: