-
Notifications
You must be signed in to change notification settings - Fork 0
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.
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
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
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.
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.