Deserializing JSON really fast

In this post we’re going to look at how Flare deserializes JSON documents stored on disk using a very fast bespoke, sparse, vectorized deserializer called squirrel-json. »

A Tour of Seq's Storage Engine

This post is the first in a series on Seq’s storage engine. It’s a technical dive meant to share some of the more interesting aspects of its design and implementation. »

Analyze syslog messages with Seq

Using Seq.Input.Syslog, Seq is able to ingest syslog messages β€” both RFC3164 and RFC5424 formats β€” as structured logs. This post demonstrates how to ingest syslog messages in Seq. »

A Seq query language primer

Seq 2020.1 includes some interesting query language improvements, including object literals, a universal `ci` case-insensitive text comparison modifier, conditional expressions, and a bunch of new built-ins. Now seems like a good time to reintroduce our much-loved query language from the ground, up! »