Skip to content
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.

  1. Processor
  2. Content Event
  3. Stream
  4. Task
  5. Topology Builder
  6. Topology Starter
  7. Learner
  8. 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.

Topology