minq
Minq is a lightweight query language and runtime designed for in-memory data processing and streaming scenarios. It aims to provide a readable, SQL-inspired syntax with a small footprint, enabling users to filter, transform, and aggregate data without the overhead of a full database system. Minq emphasizes portability, deterministic performance, and ease of embedding in applications ranging from embedded devices to server-side services.
The language core centers on a familiar select-from-where structure, supplemented by optional group by, order by,
Implementation and ecosystem support vary by platform. Reference implementations exist in languages like C and Rust,
Use cases for Minq include log and event filtering, sensor data pipelines, and rapid prototyping of data