The analytical side of CCIL
From CCIL
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
Since they use different services - ones for server mode are designated to serve but ones in the application mode are designated to execute, applications are configured in separated config files.