Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Net: current limitations in distributing data sources

(currently work-in-progress)

In the network of OdysseusNet, OdysseusNodes can define new data sources which can be used by other OdysseusNodes, if possible and needed. 

The user only has to activate OdysseusNet. By default, all added sources are distributed in the network automatically without further interactions. If a OdysseusNode receives a new data source from the network, it tries to add the source locally (if possible).

Info

Note that there are currently two limitations for distributing data sources:

  1. If PQL is used, the names of the source operator (name ::= Operator(...)) and the source parameter (ACCESS({source='name',...)},...) should be different!
  2. Distributed views (CREATE VIEW in CQL or name := Operator(...) in PQL) can not be used. Use stream definition (CREATE STREAM in CQL or name ::= Operator(...) in PQL) instead

 

To test if a data source is distributed successfully, the user can examine the DistributedDataView. Since source distribution builds on top of Distribution of (static) data, each source is shown in this view.

...

  • If the source is a view, the distributed data (source) will be immediately removed.
  • If the source is a stream, the distributed data (source) will stay for one hour (3600000 seconds). The time can be configured.