Commit graph

3 commits

Author SHA1 Message Date
R. Ryantm 2be4208f0c zq: 1.3.0 -> 1.4.0 2023-01-10 17:07:52 +00:00
R. Ryantm 71a4ac6d8b zq: 1.2.0 -> 1.3.0 2022-11-23 14:29:35 +00:00
Nikola Knezevic 8a73271911 zq: init at v1.2.0
This change adds zq, a part of the zed project https://zed.brimdata.io/.

zq is a command-line tool that uses the Zed language for pipeline-style
search and analytics. zq can query a variety of data formats in files,
over HTTP, or in S3 storage. It is particularly fast when operating on
data in the Zed-native ZNG format.

The zq design philosophy blends the query/search-tool approach of jq,
awk, and grep with the command-line, embedded database approach of
sqlite and duckdb.
2022-08-15 09:24:21 +02:00