Linux @lemmy.ml matcha_addict @lemy.lol 1y ago DuckDB as the New jq www.pgrs.net DuckDB as the New jq 3 crossposts Eric Posts URLs @discuss.online ericjmorey @discuss.online 1y ago DuckDB as the New jq | Paul Gross | March 21, 2024 www.pgrs.net /2024/03/21/duckdb-as-the-new-jq/ Programming @programming.dev BlackEco @lemmy.blackeco.com 1y ago DuckDB as the New jq www.pgrs.net /2024/03/21/duckdb-as-the-new-jq/ InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)HA Hacker News @lemmy.smeargle.fans bot @lemmy.smeargle.fans BOT 1y ago DuckDB as the New jq www.pgrs.net /2024/03/21/duckdb-as-the-new-jq/
Cool, so jq but using sql instead of custom syntax. I wonder if it can output to plain text. That is what I usually use jq for.
jq is mot custom syntax though, it is just JSONPath standarsld. Which is also used to query JSON in JSON fields in MySQL for instance.
That's neat! Reminds me of steampipe which provides a sql interface to apis. You can also use it for csv, json and yaml.Nice thing about steampipe is that it can look like a postres db to any sql client.
Cool, so jq but using sql instead of custom syntax. I wonder if it can output to plain text. That is what I usually use jq for.
jq is mot custom syntax though, it is just JSONPath standarsld. Which is also used to query JSON in JSON fields in MySQL for instance.