Extend RoDataServer

From SICDB Doc
Jump to navigation Jump to search

Extending RoDataServer needs significant programming skills. RoDataServer can be extended by creating a .NET library.

Extension Troubleshooting and Tipps


Modules

RoDataServer provides several possibilites to extend its functionalities. To ensure high extendability most default modules are loaded as extensions and are open source.

Most modules can be loaded and configured in default RoDataServer User Interface.

Export Module

Export modules can use full .NET environment features and extensions to provide data conversion to various file types or targets.

Statistics Module

Create a statistic module to compute and view statistics using data provided by RoDataServer queries.

Chart Module

Similar to statistic modules chart modules can be used to compute and plot charts or other visuals. Chart and statistic modules may be combined, each module can return multiple result types.

Compute Module

Feature pending. Used for AI computing or similar.