Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The Odysseus Operator Framework

This document describes the basic concepts of the Odysseus operator framework and shows how to extend the framework with new operators. In Odysseus an operator consumes events streams, does some calculations and produces results event streams. Different operators can be connected by a publish/subscribe concept to form an operator plan (or query plan).

...