Skip to main content

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.
    info

    Important - In order to convert data from different type (e.g Relational Database to File Object),

Diagram shows how Data Conversion is implemented in StringX Data Conversion

  • Source Is the source of the data, getting dynamically from integration_config

  • Target Is the target of the data, getting dynamically from integration_config

Service Communication

  • Sync: Restful API
  • ASync: Message Queue (in future versions)