Stable
This component is complete and can be used. The interfaces will be supported until the function is removed from the project via the deprecation process. There will be ongoing extensions to this function, but it will be done to ensure backward compatibility as far as possible. If there is a need to break backward compatibility, this will be discussed and reviewed in the community, with a documented timeline.
Data Folder Monitor Integration Connector¶
Connector details
- Connector Category: Integration Connector
- Hosting Service: Files Integrator OMIS
- Hosting Server: Integration Daemon
- Source Module: files-integration-connectors
- Jar File Name:
files-integration-connectors.jar
The data folder monitor integration connector monitor changes in a file directory (folder) and maintains a DataFolder
asset for the folder. The files and directories underneath it are assumed to be elements/records in the DataFolder
asset and so each time there is a change to the files and directories under the monitored directory, it results in an update to the lastModified
property of the corresponding DataFolder
asset.
Assumes the DataFolder asset already exists
This connector assumes that the DataFolder
asset is already defined. If it cannot retrieve the DataFolder
asset, it ignores file changes.
Configuration¶
Figure 1: Operation of the data folder monitor integration connector
This connector uses the Files Integrator OMIS running in the integration daemon.
Following is its connection definition to use on the administration commands that configure the Files Integrator OMIS:
Connection configuration
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
|
Replace {{folderName}}
with the path name of the folder to monitor.
Further information
This connector is configured in the exchangeDL01
integration daemon server in the open metadata labs
Raise an issue or comment below