Package org.odpi.openmetadata.frameworks.integration.bitol


package org.odpi.openmetadata.frameworks.integration.bitol
Support for the Bitol open standards for data contracts and data products (https://github.com/bitol-io). The common package holds the elements shared by the two standards, the odcs package holds the beans for the Open Data Contract Standard (ODCS) and the odps package holds the beans for the Open Data Product Standard (ODPS). The documents are typically YAML files, although JSON is also valid, and are exchanged between integration connectors through the integration context in the same way as open lineage events.
  • Class
    Description
    BitolDocumentFormatter converts Bitol documents between their serialized form (YAML or JSON) and the Egeria beans.
    BitolDocumentListener is implemented by an integration connector that wishes to receive the Bitol documents (Open Data Contract Standard data contracts and Open Data Product Standard data products) published to the integration daemon.
    BitolDocumentManager distributes Bitol documents (Open Data Contract Standard data contracts and Open Data Product Standard data products) to the integration connectors that have registered a BitolDocumentListener.