What's New

Recent feature highlights in Syto.

Multi-Model Pipelines

Create multiple models from the same source, each with its own transform pipeline. Models can depend on each other through joins and appends, with automatic staleness tracking.

Window Functions

Added support for window functions: row numbering, ranking, lag/lead, fill down/up, and more. Compute values based on row position without collapsing your data.

EDA Charts

Toggle the Exploratory Data Analysis panel to see boxplots and histograms for numeric columns, with brush selection to filter data interactively.

Synthetic Data Generation

Generate test datasets with realistic patterns directly in the browser. Useful for prototyping pipelines or teaching data concepts.

Keyboard Shortcuts

Navigate steps with arrow keys, save workflows with Ctrl+S, and remove steps with Delete. See the Shortcuts page for the full list.

Conditional Columns

Create new columns with if/then/else logic using the Conditional Column transform — no expression syntax required.

JSON Support

Import JSON files and arrays. Use json_extract() and is_json() functions to work with JSON strings inside your data.

Date Operations

Parse dates from strings, extract year/month/day, and truncate to week/month/quarter. Full timezone-aware date handling.