jeroenjanssens / data-science-at-the-command-line

Data Science at the Command Line
https://datascienceatthecommandline.com
Other
3.77k stars 766 forks source link

Include jsonata / jfq #111

Open s4ke opened 3 years ago

s4ke commented 3 years ago

I like the premise of this book very much. I was wondering if you knew about jsonata (https://jsonata.org/)? It is a XPath inspired query language for JSON.

We are using it for some of our data ingestion pipelines with this tool:

https://github.com/blgm/jfq

It is basically a jq like tool but with a query language based around jsonata.