Changes between Version 8 and Version 9 of WikiStart
- Timestamp:
- 05/31/10 01:21:02 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v8 v9 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 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, 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. 6 6 7 7 == Features ==
