Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added details of all connectors

...

An OMRS A Connector is a Java class that supports the standard Open Connector Framework (OCF) APIs.   The Open Metadata Repository Services (OMRS) uses the following types of connectors:

  • OMRS Repository Connectors - providing a common interface to metadata repositories.
  • OMRS Audit Log Store - providing a common interface to an audit log destination.
  • OMRS Cohort Registry Store - providing a common interface to the cohort registry store that saves information about members of a cohort.
  • OMRS Archive Store - providing a common interface to Open Metadata Archives
  • OMRS Topic Connector - providing a common interface to an instance of the OMRS Topic.
  • OMRS Repository Event Mapper - providing

 

...

OMRS Repository Connector Implementations

The OMRS Repository Connector Connector API.  This API defines a call interface to create, search, query, update and delete metadata stored in a metadata repository.  The implementation of a specific OMRS connector determines which type(s) of metadata repository it is able to access.

 

...

Initially we plan 4 implementations of connectors with the OMRS Connector API.  These connector implementations will be part of the Apache Atlas code base. 

...