Versions Compared

Key

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

The Odysseus Access Operator Framework

This document describes Odysseus possibilities to integrate external data streams.

...

To process external data streams they need to be registered in Odysseus. This is typically done with one of the query languages Odysseus provides. Although it is possible to use CQL to attach data streams, the PQL approach is much more flexible. In the following we will concentrate on the integration approach with PQL (some the corresponding approaches usage with CQL can be found in the appendix The Access Operator Framework in CQL(StreamSQL))

PQL - ACCESS

To integrate new streams with PQL the ACCESS-Operator is needed. Because of compatibility issues, there are a lot of more deprecated parameters, which can be set. In the following we will only describe the preferred parameters. The deprecated parameters will be removed in a future version.

...