Pipeline
3 pages filed under Ingestion › pipeline. A term is a word of the business with its definition, its aliases and the words it relates to.
| Term | aliases | First line | Links |
|---|---|---|---|
| Build | concordance build, build block | One run of concordance build: it validates the configuration and the lock it names, fetches the sources, runs the inference chain and the checks, writes the model, the build log and one fragment per entity, then renders the site from those files alone. The build: block of the configuration says where it writes (output, ./dist), when it fails (fail_on.errors, fail_on.unconverted_max), how many mentions a page carries inline (mentions_inline, 20) and how much of a note enters the search index (extracted_text_max_chars, 20 000). The build block of the model is its only dated part. | 229 |
| Pipeline | build steps | The chain of steps concordance build runs in a fixed order, each a pure function of the outputs of the previous ones: configuration, ingestion, parsing, reading and conversion, typing, contract import, dictionary, scan, links, combination, relation typing, keyword discovery, twin resources, checks, writing of the model, theme, rendering, measurement. Every step reports its anomalies as findings and nothing stops the chain. By extension, the job of the forge that runs the build on every push and publishes the site. | 78 |
| Step | pipeline step | One module of the pipeline, a pure function of the outputs of the steps before it that reports its anomalies as findings and never stops the chain. The architecture guide of the tool lists them in order; nothing after the writing of the model reads a source. | 78 |
3 pipeline of 3 — pagination by twenty. The Links column counts the related pages, which brings the most central pipeline of the journey to the top.