1 Repo
Navigates nested data to extract, reshape, or combine values using a constraint-based path system.
Distinct from Complex Data Structure Transformation: Distinct from Complex Data Structure Transformation: uses constraint-based paths and unification, not generic map/list manipulation.
Explore 1 awesome GitHub repository matching data & databases · Constraint-Based Data Navigators. Refine with filters or upvote what's useful.
CUE is a constraint-based configuration language designed for data validation, schema definition, and code generation. At its core, it unifies types and values into a single concept, enabling compile-time validation that catches structural and value errors before runtime. The language treats data and constraints as the same thing, allowing a single definition to serve as both a schema and concrete configuration data. CUE distinguishes itself through its constraint-based unification engine, which combines multiple configuration sources into a single coherent result by merging their constraints
Navigates nested data to extract, reshape, or combine values using constraint-based paths.