First commit

This commit is contained in:
2025-09-03 11:43:29 -03:00
parent 913a039a1e
commit 0cf3504ea9
5 changed files with 21 additions and 0 deletions

View File

@@ -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

Binary file not shown.

Binary file not shown.

BIN
images/img.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

BIN
images/img_1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 197 KiB