Difference between revisions of "Extend RoDataServer"
(Created page with "Extending RoDataServer needs significant programming skills. RoDataServer can be extended by creating a [https://en.wikipedia.org/wiki/.NET .NET] library. == 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...") |
|||
Line 1: | Line 1: | ||
Extending RoDataServer needs significant programming skills. RoDataServer can be extended by creating a [https://en.wikipedia.org/wiki/.NET .NET] library. | Extending RoDataServer needs significant programming skills. RoDataServer can be extended by creating a [https://en.wikipedia.org/wiki/.NET .NET] library. | ||
[[Extension Troubleshooting and Tipps]] | |||
== Modules == | == Modules == |
Latest revision as of 14:23, 6 February 2022
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.