Versions Compared

Key

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

We provide two solutions. The first one reads its input by providing a Google Protobuf server.

Solution with Protobuf

To use this solution, the following features need to be installed:

...

The Data is transported by a Google Protobuf handler. Opposed to many other approaches, this handler combines Transport Handlerhandler and Protocol Handlerhandler.

Further information for the Protobuf Server is given with the options:

...

Finally, the schema definition represents the internal format of the data inside of Odysseus, i.e. there are tuples with the given schema.

Alternative Solution

Because the data is given as csv file, the external server can be omitted and allows for some tests an easier processing. Here we simpy use the  CSV protocol handler and read the input from file.

...