Difference between revisions of "What is CCIL"
From CCIL
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | CCIL is a framework for data processing and serving, written in the [https://en.wikipedia.org/wiki/Java_%28programming_language%29 Java] programming language. | + | ''CCIL'' is a framework for data processing and serving, written in the [https://en.wikipedia.org/wiki/Java_%28programming_language%29 Java] programming language. |
− | It stands for '''C'''ontent '''C'''lustering and '''I'''nter '''L'''inking - the very first task it | + | It stands for '''C'''ontent '''C'''lustering and '''I'''nter '''L'''inking - the very first task it was designed to solve. |
It is an extension of the [http://cybercore.sourceforge.net CyberCore] platform. Two very important aspects were added: | It is an extension of the [http://cybercore.sourceforge.net CyberCore] platform. Two very important aspects were added: | ||
− | * | + | * The [[application execution mode]] |
− | * The ability to organize components in pipelines | + | * The ability to [[organize components in pipelines]] |
Both combined provide the analytical edge while keeping all server-side features of the parent framework. | Both combined provide the analytical edge while keeping all server-side features of the parent framework. | ||
+ | |||
+ | With CCIL you can design application which serves client requests, provide web and REST interface and at the same time spawns instances of itself to process data. | ||
+ | |||
+ | This processes we call [[Collections]]. |
Latest revision as of 07:19, 23 March 2017
CCIL is a framework for data processing and serving, written in the Java programming language.
It stands for Content Clustering and Inter Linking - the very first task it was designed to solve.
It is an extension of the CyberCore platform. Two very important aspects were added:
- The application execution mode
- The ability to organize components in pipelines
Both combined provide the analytical edge while keeping all server-side features of the parent framework.
With CCIL you can design application which serves client requests, provide web and REST interface and at the same time spawns instances of itself to process data.
This processes we call Collections.