MDM Configuration
This article provides an overview of different configuration options for MDM Server.
Before you start, we recommend getting familiar with the solution architecture. See MDM Architecture. |
MDM Server configuration
The bulk of configuration is defined in the MDM Server application.properties
file.
In addition, a number of configuration files is used for specific components, as mapped out in the following table.
Component | Configuration file | Notes |
---|---|---|
MDM Server |
||
History plugin |
Must be referenced from |
|
MDM Engine (name in the code: |
Must be referenced from This is also where persistent storage is configured. Tables and columns including pseudocolumns. |
|
MDM Model |
Must be referenced from |
|
Datasets |
|
Must be referenced from |
Event handlers |
Must be referenced from |
|
Operation plans |
Must be referenced from |
|
Version check |
Must be referenced from |
|
Batch interface |
The default file name must not be modified. |
|
Native services |
The default file name must not be modified. |
|
Executor |
The default file name must not be modified. |
|
Task configuration |
The default file name must not be modified. |
|
Streaming interface |
The default file name must not be modified.
Must be referenced from the |
|
Security and audit |
The default file name must not be modified.
Must be referenced from the |
|
Embedded Runtime Server configuration |
|
Available only in self-managed deployments. See Server Setup. In cloud deployments, only some elements are available for configuration, as described in MDM Custom Ataccama Cloud Deployment and MDM Project Local Server Configuration Testing. |
|
Project-specific runtime settings, such as path variables, connections to data sources and servers. See Project-Specific Configuration. |
Additional configuration
ONE MDM Server also uses MDM model project templates, which are definitions written in Advanced Metadata Editor (AME). This is represented in the Model Explorer in ONE Desktop.
MDM model project templates consist of:
-
Sample projects suitable for the matching engine.
-
General CDI project. A sample project including a small data set.
-
Blank general MDM project. Project structure without content.
-
Was this page useful?