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

Note: I have asked this question in #3881. Creating a new issue since it is not quite relevant to it. I am evaluating zed to perform CRUD on large JSON...

community

Repro is with Zed commit 4600f3e. I bumped into it while reviewing the latest Zed lake API doc examples. Starting with an empty lake, I create a pool and load...

I wonder how to do (indirect) recursion in Zed. In other words how to construct arbitrary loops in the graph? How would I implement e.g. quick sort purely in the...

when using zq to create multi-line/record json files (-f json or -j) the resulting output won't parse as JSON without error.. this may have been an unintended side effect of...

community

https://zed.brimdata.io/docs/language/operators/summarize/ These docs reference `sum` but don't give an example of using `summarize`. To someone new to the project it is unclear if these are the same or different.

The docs at https://zed.brimdata.io/docs/libraries/python/ show a helpful command line for installing a version of the Python client that's compatible with the local Zed version. However, it seems that once installed,...

Repro is with Zed commit 6288fa9e with the attached test data [nfcapd.json.gz](https://github.com/brimdata/zed/files/8597678/nfcapd.json.gz) which consists of a JSON array of NetFlow records. Prior to #3555 (cc: @nwt), this input data was...

community

For a reproducibility: I'm using zq Version: v1.0.0 and this data: https://gist.github.com/fyyying/4aa5b471860321d7b47fd881898162b7 If you run the code with the following query ``` fork ( => tot:=count() by Pclass => cnt:=count()...

community

As a user trying out our AWS features, I stumbled into at least one behavior that appeared at first like it could be a bug on our part. Closer inspection...

There are many PEG rules in the grammar that can be rewritten to reduce backtracking overhead. This perf issue became more apparent with the introduction of "over expressions" where sequential...