Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 516 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 516 Bytes

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

  1. First, install the zed and zq binaries.

  2. Clone and cd into repository.

  3. 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.