query-system
CommunityKeep incremental query results always in sync.
Software Engineering#reactive queries#incremental computation#foreign-key fanout#dataflow combinators#value change deltas#in-memory relational model#Rust traits
Authormikialex
Version1.0.0
Installs0
System Documentation
What problem does it solve?
It eliminates the complexity of maintaining up-to-date derived state when in-memory relational data changes, so query results stay synchronized with incremental updates instead of requiring full recomputation.
Core Features & Use Cases
- Incremental view + delta model: Represents each derived mapping as a current snapshot (view) plus a change sequence (delta), enabling correct propagation through combinators.
- Composable query operators: Supports operators like map, filter/map, chain, join, union to build incremental computation pipelines over key→value and key→many data.
- FK fanout for relational change propagation: Uses a reverse multi-query (TriQuery) to propagate changes across foreign-key relationships efficiently.
- Batch change handling: Provides DataChanges abstractions and bridges from ValueChange-based deltas for batch processing workflows.
- Validation helpers: Includes consistency checks for Query/MultiQuery behaviors (iter/access hints).
Quick Start
Use the query-system skill to design an incremental renderer pipeline where database writes produce deltas, combinators compute derived state, and fanout propagates FK updates to keep GPU-related inputs synchronized.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: query-system Download link: https://github.com/mikialex/rendiation/archive/main.zip#query-system Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.