About 50,400 results
Open links in new tab
  1. Introducing zq - Brim Data

    Apr 22, 2022 · Enter zq. In the Zed project, we’ve developed a command-line tool called zq (and, yes, the name “zq” is a play on “jq”) that is based on an orthogonal set of dataflow operators. Zed operators are like jq filters but they can be stateful.

  2. Introducing zq: an easier (and faster) alternative to jq ↦ - Changelog

    Apr 27, 2022 · If you’ve found the (excellent) jq tool for working with JSON a bit unwieldy… check out zq and see if you like its API any better. I wouldn’t put too much weight on the faster aspect, though: We will cover zq’s performance in a future article, but to cut to the chase here, zq is almost always at least a bit faster than jq when ...

  3. zq Tutorial | Zed - Brim Data

    zq Tutorial. This tour provides new users of zq an overview of zq and the Zed language by walking through a number of examples on the command-line. This should get you started without having to read through all the gory details of the Zed language or zq command-line usage.

  4. Zq: An easier and faster alternative to jq - Hacker News

    Apr 26, 2022 · To me this is much better than the proposed zq or jq solution you're using as a basis for comparison. You could almost use the shorter. .vals = .vals[] if the name in the output didn't change. These filters takes advantage of how jq's [] operator converts a single result into separate results.

  5. Zq: Command-line ZON processor - Showcase - Ziggit

    Feb 23, 2025 · Hi, I’ve started a jq -like utility project but for ZON. Seeing how quickly ZON is being developed and adopted in the compiler, it might prove useful already. So, if you’re using Zig master, try running this in the zq repo: Command-line ZON processor. Thanks for working on this, this will be very useful!

  6. LearningZq - cLabs

    Jul 7, 2024 · In addition to wrangling JSON data, zq has a host of additional features that make it not just a decent replacement of jq, but a solid upgrade.

  7. ZQ.JS - Topic - YouTube

    Share your videos with friends, family, and the world

  8. Zq: An Easier (and Faster) Alternative to Jq | Go LibHunt

    Apr 26, 2022 · Query processor with proven optimizations, ready to use for your JSON store to query semi-structured data with JSONiq. Can also be used as an ad-hoc in-memory query processor.

  9. GitHub - zhoulf/zQuery: zQ.js

    zQ.js. Contribute to zhoulf/zQuery development by creating an account on GitHub.

  10. Introducing zq: an Easier (and Faster) Alternative to jq | Lobsters

    I got quite exited about “supports a range of formats” because I use both jq and yq (badly) regularly, and was hoping I could replace both with a single tool. Alas, YAML is not one of the supported formats, so I’d still be stuck with two tools—and even more different ones.