forked from YahooArchive/samoa
-
Notifications
You must be signed in to change notification settings - Fork 1
SAMOA Topology
Albert Bifet edited this page Oct 18, 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 the following basic topology elements.
- Processor
- Content Event
- Stream
- Task
- Topology Builder
- Topology Starter
- Learner
- Advanced topic: Processing Item
Processor and Content Event are the logical units, Stream and Task are the physical units whereas Topology Starter and Topology Builder are administrative units. Processing items are internal wrappers for Processors used inside SAMOA.