From the blog
#analytics
2 articles tagged #analytics.

Data & Engineering·
Querying a schedule with SQL
Sometimes the fastest way to answer a schedule question is to write the query yourself. Here's what it means to treat a parsed SSIM schedule as read-only tables you can ask SQL against — locally, with your data staying on your machine.
#sql#duckdb#analytics#engineering

SSIM & Schedules·
The OD matrix, explained
An origin–destination matrix turns a wall of flight legs into a picture of where a network flows. Here's how to read one built from a schedule — and, just as importantly, what it can and can't tell you.
#od-matrix#network#analytics#scheduling