v1.2.0
Quick Start
Visit the Brim Data download page to find the package for your platform.
Zed is distributed as a TGZ/ZIP file of command line executables for each supported platform. To install, unpack with with the appropriate utility for your platform. For example, on Linux:
curl -OL https://github.com/brimdata/zed/releases/download/v1.2.0/zed-v1.2.0.linux-amd64.tar.gz
tar xzvf zed-v1.2.0.linux-amd64.tar.gz
If you've installed the Brim desktop app and want to work with its Zed lake from the command line, we recommend using the Zed executables included with the app to ensure compatibility. See this Brim wiki article for their location.
Release Notes
- Compress index values (#3974)
- Replace
-znglz4blocksize
flag with-zngcompress
and-zngframethresh
forzed
andzq
(#3967) - Add
-splitsize
flag tozed
andzq
(#3957) - Add
-aggmem
flag tozed
andzq
(#3921) - Add
zed compact
(#3940) - Remove
-repl
flag fromzc
(#3945) - Always default to ZNG output for
-split
flag tozed
andzq
(#3938) - Number
-split
flag files sequentially forzed
andzq
(#3937) - Remove index support for relative comparisons (#3932)
- Support
...
spread operator in array expressions and set expressions (#3910) - Python client: rework
zed.Client.query_raw()
to handle any format (#3911) - Add support for Parquet API responses (#3909)
- Support the indexing operation on sets (#3908)
- Add
nullsMax
argument tocompare() function
(#3898)