Difference between revisions of "The analytical side of CCIL"

From CCIL
Jump to: navigation, search
(Created page with "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...")
 
Line 3: Line 3:
 
* Serving
 
* Serving
  
This article focuses on the first one. If you want to read about the serving, please visite [[The server side of CCIL]].
+
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 - [[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]].
  
 
== Execution ==
 
== Execution ==

Revision as of 08:25, 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 [[What are stages?|stage], but the unit which delivers the value is the pipeline.

Execution

TBA

Configuration

TBA