Difference between revisions of "The analytical side of CCIL"
From CCIL
Line 7: | Line 7: | ||
In short, the analytical side of the framework consist of it allowing to define small units of processing logic - [[What are stages?|stages]] and organize them in a complex [[What are pipelines?|pipelines]]. | In short, the analytical side of the framework consist of it allowing to define small units of processing logic - [[What are stages?|stages]] and organize them in a complex [[What are pipelines?|pipelines]]. | ||
− | The unit which does the work is the [[What are stages?|stage], but the unit which delivers the value is the [[What are pipelines?|pipeline]]. | + | The unit which does the work is the [[What are stages?|stage]], but the unit which delivers the value is the [[What are pipelines?|pipeline]]. |
== Execution == | == Execution == |
Revision as of 08:26, 9 June 2017
CCIL can execute in two modes, each able to spawn the other. On can say it has two aspects:
- Analytical
- Serving
This article focuses on the first one. If you want to read about the serving, please visit The server side of CCIL.
In short, the analytical side of the framework consist of it allowing to define small units of processing logic - stages and organize them in a complex pipelines.
The unit which does the work is the stage, but the unit which delivers the value is the pipeline.
Execution
TBA
Configuration
TBA