-
We’ve all experienced the pain of debugging our data when something changes upstream. Zed makes finding and fixing data problems much easier with its first-class error data type.
Read More
-
Comparing a jq program with the equivalent zq script and noticing how much further you go can with the data due to Zed's rich data types.
Read More
-
As yet another way to learn and use Zed, 'zq' can now run right in your browser with the zed-wasm npm package.
Read More
-
The Zed data model was designed to harness the power of both relational tables and schema-less objects. Let's see how it handles arrays.
Read More
-
As an alternative to crude text searches with grep and the like, I use Zed and Zui to explore a large, messy JSON object.
Read More
-
We needed a name that clearly tied the app to Zed. After many fun naming sessions, we played off the word "GUI" and landed on "Zui": The Zed user interface.
Read More
-
Have you ever gotten frustrated deserializing JSON into a Go interface value? Turns out you're not the only one!
Read More
-
Dealing with real-world data is hard. You often end up stuck between the document model of JSON and the relational model of SQL databases. There's a better way. It's called super-structured data.
Read More
-
Take an in-depth look at the different computational models of zq and jq.
Read More