Skip to content
hajdam edited this page Nov 17, 2024 · 2 revisions

Processing Service

XBService tool is a runtime service and service control tool, which allows to run local framework service. This implementation provides access interface using network/UDP access.

Provided Functinality

Service can provide following functions:

  • Start framework service at default or given port
  • Test status of running service
  • Stop running framework service
  • Install/uninstall framework service as a system service
  • Control various aspects of running service including:
    • Performing catalog and modules update

TODO

Usage

Application acts as a remote service call service by the general interface of the data stream. For testing purposes, normal network interface and UDP will be used.

TODO

Framework Service

TODO Move to framework-service lib:

Operating system independent framework for data processing and compatibility issues solving. Provides infrastructure for data streams processing as library or system service and support for various programming languages...

Basic service is based on SOA principles and includes module's repository and catalog database.

Architecture Diagram

The major part of the documentation will describe communication interface, which is used for communication using data transmitting via the XBUP. By default, network service is running on port 22594 and uses defined catalog interface.

Clone this wiki locally