Changes between Version 9 and Version 10 of WikiStart
- Timestamp:
- 11/12/10 03:32:04 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v9 v10 3 3 These Wiki pages are dedicated to the Streaming Component Combinators framework, or SCC for short. 4 4 5 The SCC framework is a collection of streaming components and component combinators. The components operate on data streams, usually producing output before all their input is known. Multiple components can be grouped together into a compound component using one of the combinators. The resulting framework can be seen as a domain-specific language for stream processing.5 The SCC framework is a collection of streaming components and component combinators. The components operate on data streams, and most of them start producing output before consuming their entire input. Multiple components can be grouped together into a compound component using one of the combinators. The resulting framework can be seen as a domain-specific language for stream processing. 6 6 7 7 == Features ==
