Aidbox MDM module allows to detect and resolve duplicate records and improves the integrity of your data. Data can be of any resource type.
The MDM module utilizes probabilistic (score-based or Fellegi-Sunter) method. It is more flexible and can provide better results than rule-based approaches, but at the cost of simplicity.
The first step to set up Aidbox MDM module is to train model on your data. Model specifies how to find duplicates in the data.
{% content-ref url="train-model.md" %} train-model.md {% endcontent-ref %}
Configure Aidbox MDM module to use your model
{% content-ref url="configure-mdm-module.md" %} configure-mdm-module.md {% endcontent-ref %}
Use $match
operation to find duplicates
{% content-ref url="find-duplicates.md" %} find-duplicates.md {% endcontent-ref %}
Learn more about mathematics behind probabilistic matching
{% content-ref url="mathematical-details.md" %} mathematical-details.md {% endcontent-ref %}