Versions Compared

Key

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

Remark: It is important to define the right parser as Odysseus cannot determine the parser based on the query text!

This page describes Odysseus Script, a language that allows to run (sequences of) queries in different query languages like Continuous Query Language (CQL) or Procedural Query Language (PQL) and to configure the system.

Children Display

 

 

Features and Updates

You may use Odysseus Script to modify your installation or assert some plugin to be installed, e.g. like a certain wrapper when it used in a subsequent query.

#REQUIRED

This command allows you to check and install the existence of a certain feature.

Remeber that your installation must be connected to the internet to install new plugins, because they are automatically loaded from the Odysseus Updatesite.

Remark: After an installation, the system will automatically restart!

Parameters

Example

Check and install mining feature, if it is not already installed

Code Block
themeEclipse
languagejavascript
linenumberstrue
#REQUIRED de.uniol.inf.is.odyssseus.mining

Check and install mining feature, if it is not already installed (some as above)

Code Block
themeEclipse
languagejavascript
linenumberstrue
#REQUIRED de.uniol.inf.is.odyssseus.mining true

Only check if mining feature is already installed, but do not install it automatically

Code Block
themeEclipse
languagejavascript
linenumberstrue
#REQUIRED de.uniol.inf.is.odyssseus.mining false

#UPDATE

This command allows you to check for updates and installs them, if there are any.

Remeber that your installation must be connected to the internet to install new plugins, because they are automatically loaded from the Odysseus Updatesite.

Remark: After the update, the system will automatically force a restart!

Parameters

Has no parameters

Example

Code Block
themeEclipse
languagejavascript
linenumberstrue
#UPDATE

 

 


Table of Contents
maxLevel2

...