diff --git a/README.md b/README.md index 6ca5554..d5b9aa5 100644 --- a/README.md +++ b/README.md @@ -146,6 +146,27 @@ flowchart TD - **ZipCodeBase Enrichment**: Complements address data with official postal information. - **Golden Record Consolidation**: Produces a unified, conflict-free record. +### Customizations + +The project contains these entities: + +- Customer +- Address + +You can customize more entities if you wish. You need to change some points in the application: + +#### app.py + +Change, include or exclude the attributes that can influence on match and decide how to cosolidate and choose the golden record. + +![img.png](images/img.png) + +#### schemas.py + +You have domains, operations and payloads for Input and Output. You can customize to change or include more features. + +![img_1.png](images/img_1.png) + --- ## 5. Deploy the Application diff --git a/files/mdm_app3_dev.zip b/files/mdm_app3_dev.zip deleted file mode 100644 index 8894bab..0000000 Binary files a/files/mdm_app3_dev.zip and /dev/null differ diff --git a/files/mdm_project.zip b/files/mdm_project.zip index 8e12b19..8894bab 100644 Binary files a/files/mdm_project.zip and b/files/mdm_project.zip differ diff --git a/images/img.png b/images/img.png new file mode 100644 index 0000000..bb1120b Binary files /dev/null and b/images/img.png differ diff --git a/images/img_1.png b/images/img_1.png new file mode 100644 index 0000000..6777202 Binary files /dev/null and b/images/img_1.png differ