StringX Protocols for Communiation
StringX CoreService
DbHandler
: Python Class Instance for handling data connection requests, containing method to interact with data.DataObject
: Serialized JSON object which is contained data is moving.Data Conversion
: StringX needs to be converted data to JSON and spell temporary in buffer schema which is internally stored in StringX database. Once converted data is loaded done, StringX will load data from buffer schema to target database.infoImportant - In order to convert data from different type (e.g Relational Database to File Object),
Diagram shows how Data Conversion is implemented in StringX
Source
Is the source of the data, getting dynamically fromintegration_config
Target
Is the target of the data, getting dynamically fromintegration_config
Service Communication
Sync
: Restful APIASync
: Message Queue (in future versions)