PRQL / prql

PRQL is a modern language for transforming data — a simple, powerful, pipelined SQL replacement
https://prql-lang.org
Apache License 2.0
9.84k stars 216 forks source link

What is the difference between prql and esProc SPL? #2580

Closed songlinshu closed 1 year ago

songlinshu commented 1 year ago

What's up?

https://github.com/SPLWare/esProc

max-sixty commented 1 year ago

I don't have a complete answer — open to thoughts!

One major difference looks like PRQL focus on pipelines; I don't see the same emphasis in esProc? It looks more based around a spreadsheet-like syntax.

In terms of the runtime — esProc requires a Java VM.

I'll close since it's not really a PRQL issue, but feel free to add thoughts / things we could learn from each other.