IncQL documentation map
This page maps the public documentation for the IncQL project.
Use the docs tree like this:
- Language reference: current package/API contracts under language/reference/
- Language how-to guides: task-oriented workflows under language/how-to/
- Language explanation: conceptual guidance and usage framing under language/explanation/
- Architecture: repository and system boundaries in architecture.md
- RFCs: design records and normative proposals in rfcs/
- Whitepapers: broader non-normative design papers in whitepapers/
- Release notes: shipped and user-visible changes in release_notes/
- Contributing: contributor workflow, especially RFC process, in contributing/writing_rfcs.md
Recommended reading paths
Learn the current package surface
- Language overview
- Dataset carriers (Explanation)
- Execution context (Explanation)
- Build deferred dataset transformations (How-to)
- Normalize semi-structured fields (How-to)
- Work with nested row values (How-to)
- Expand rows with generators (How-to)
- Add window columns (How-to)
- Capture execution observations and adapter coverage (How-to)
- Observe data quality checks (How-to)
- Dataset carriers (Reference)
- Dataset methods (Reference)
- Execution context (Reference)
- Inspect a plan and lineage graph (How-to)
- Local inspection (Reference)
Understand the system design
- IncQL architecture
- RFC index
- Relevant RFCs for deeper normative context
Work on the spec
The standalone MkDocs site uses docs/ as the content root. The structure follows the same content model used in Incan: reference, how-to guides, explanation, architecture/contributing, RFCs, whitepapers, and release notes.