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

During my research into an alternate hosting platform for the docs site, I bumped into yet another flavor of broken link in the ZJSON format doc, tied to the text...

When a shaper is executed on received data, we can supply potentially useful metadata to the shaper code by making it available as a pre-defined value with a well known...

cloud

When ingesting pcaps to an archive store, we only need to send a `PcapPostStatus` messages right after a new chunk file has been written; the code currently mirrors the file...

As mentioned originally in a comment of https://github.com/brimsec/brim/issues/832, `zq -f zeek` currently outputs a string value of `(empty)` in a way that's out of sync with how Zeek itself behaves....

bug
community

When emitting the Zeek empty field value "(empty)" as a string value, zio/zeekio.Writer fails to escape the first character, making it impossible to distinguish an empty Zeek set[string] or vector[string]...

Add zed manage monitor command- a long running process that monitors the pools in a zed lake and executes opportunistic compactions as data is loaded into the various pools.

Add the lake manage command. Eventually lake manage command will have multiple subcommands but initially add just the compact command- A command that finds groups of objects suitable for compaction...

This line of code in `zed/runtime/expr/sort.go` if max := math.MaxUint32; n > max { fails to compile in 32 bit mode as such: runtime/expr/sort.go:27:12: cannot use math.MaxUint32 (untyped int constant...

community

This is the series of issues that we will use to track the implementation of an zqd service for internal use and demos. This will include parallel query execution using...

Epic
cloud