This is the sample data and the completed zed scripts from the blog post Easier Data Debugging with Zed’s First-class Errors.
Getting Started
-
First, install the zed and zq binaries.
-
Clone and cd into repository.
-
Start your zed lake server.
zed serve -lake ./lake
This starts a Zed lake and instructs it to store data in a folder called "lake" within this directory.
Now you can follow along and run the blog post code snippets in another terminal.