zed icon indicating copy to clipboard operation
zed copied to clipboard

Unifying dataflow & expressions

Open philrz opened this issue 2 years ago • 2 comments

philrz avatar Dec 01 '23 01:12 philrz

A nice test for success will be when we can show Zed querying the giant data files described in #4838. This might take the form of first leveraging jq's ability to stream input & create paths, since Zed would need some kind of flag to stream instead of trying to read whole values into memory. Thankfully the jq paths and Zed paths are expected to look the same with JSON input, which should make this possible.

philrz avatar Dec 04 '23 17:12 philrz

As a team we've discussed whether there should be a syntax for calling functions like methods (|> was one of the proposals). In a recent discussion we agreed we might revisit that topic after we've addressed what's already linked to this Epic.

philrz avatar Dec 07 '23 16:12 philrz