v1.3.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.3.0/zed-v1.3.0.linux-amd64.tar.gz
tar xzvf zed-v1.3.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
- Optimize performance of filters on pool key fields (#3930)
- Improve handling of errors during shaping (#4067, #4069)
- Allow use of a pool name regexp/glob pattern with the
from
operator (#4072, #4075) - Add
levenshtein()
function for fuzzy string matching (#4104) - Allow use of any filter with
zed delete -where
(#4100, #4124, #4126, #4125, #4127) - Add
regexp()
function for regular expression searches and capture groups (#4145, #4158) - Add
coalesce()
function for locating non-null/non-error values (#4172) - Add
line
format for sourcing newline-delimited input as strings (#4175) - Add
map()
aggregation function for constructing maps (#4173)