zed icon indicating copy to clipboard operation
zed copied to clipboard

A novel data lake based on super-structured data

Results 435 zed issues
Sort by recently updated
recently updated
newest added

Repro is with Zed commit 4ffdf3e. Consider again the `jq` example with test data [scan.json.gz](https://github.com/brimdata/zed/files/11348260/scan.json.gz) shown at the top of #4555 and the Zed that tries to come close to...

Right now Prometheus metrics are only made available on `http://localhost:9867/metrics` if running `super db serve`. It would be helpful if we had an option to open this up even when...

After the changes in #5490, comparisons formerly expressed in the Zed language like `san.ip==null` are now expressed SQL style like `san is null`. However, I noticed that if it appears...

The changes in #5384 bumped the lake version from v3 to v4. While getting Shasta and Autoperf caught up with SuperDB-era changes, I bumped into the need to migrate their...

A user recently asked in a [community Slack thread](https://brimdata.slack.com/archives/CTSMAK6G7/p1733938567944389): > does zq have set operations? like union, but I want to compare two sets/arrays, and return values uniq to only...

community

The loss of the type decorator `=foo` after this query was unexpected. ``` $ echo '{MyStr:"hello",MyNum:1}::=foo' | super -c 'MyNum:=2' - {MyStr:"hello",MyNum:2} ``` ## Details Repro is with super commit...

bug

To date, applying shapers has been something that's always been associated with a client-side operation. A couple examples: 1. `zq` may be used (often with `-I`) to shape data before...

community

## tl;dr Similar to how we make variables available in lateral subqueries via `over ... with =`, it seems users might benefit from being able to do `from eval (...)...

SuperDB should support [YAML](https://yaml.org/) as an input/output format. ## Details At the time this issue is being opened, super is at commit 222ded6. Since SuperDB does not currently support YAML,...

community

At the time this issue is being filed Zed is at commit 313c4d4. We recently noticed a [tweet](https://twitter.com/mim_djo/status/1600836856551477249) where a user pointed to some [Python](https://github.com/djouallah/Azure_Duckdb/blob/main/azure.ipynb) (archived as [azure.ipynb.txt.gz](https://github.com/brimdata/zed/files/10211445/azure.ipynb.txt.gz) in case...