Versions Compared

Key

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

...

The access operator can be used to integrate new sources into Odysseus. Further information can be found in the Documentation to the "Access Operator Framework".

Parameter

  • source: The name of the access operator
  • wrapper: In Odysseus the default wrappers are GenericPush and GenericPull
  • transport: The transport defines the transport protocol to use.
  • protocol: The protocol parameter defines the application protocol to transform the processing results.
  • datahandler: This parameter defines the transform of the single attributes of the processing results.
  • options: Transport protocol and application protocol depending options
  • schema: The output schema of the access operator (may depend on the protocol handler)

...