forked from YahooArchive/samoa
-
Notifications
You must be signed in to change notification settings - Fork 1
SAMOA Topology
Albert Bifet edited this page Oct 17, 2013
·
6 revisions
SAMOA allows users to write their stream processing algorithms in an easy and platform independent way. SAMOA defines its own topology which is very intuitive and simple to use. Currently SAMOA has following basic topology elements.
- Processor
- Processing Item
- Content Event
- Stream
- Task
- Topology Starter
- Topology Builder
Processor and Content Event are the logical units, Processing Item, Stream and Task are the physical units whereas Topology Starter and Topology Builder are administrative units.