-
Notifications
You must be signed in to change notification settings - Fork 0
Identity Reconciliation is the process of identifying and merging multiple records that refer to the same real-world entity (e.g., user, customer) across different data sources. This project implements an algorithm to unify fragmented identities using name, phone number, and email as key identifiers.
rishi600-prog/Identity_Reconciliation
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Bitespeed Identity Reconciliation with Node.js and MongoDB ## Hosted API https://identity-reconciliation-2c5g.onrender.com/identify ## GitHub Repository https://github.com/rishi600-prog/Identity_Reconciliation.git ## Example Request POST /identify The raw body should be in json format like below: { "email": "doc@hillvalley.com", "phoneNumber": "1234567890" }
About
Identity Reconciliation is the process of identifying and merging multiple records that refer to the same real-world entity (e.g., user, customer) across different data sources. This project implements an algorithm to unify fragmented identities using name, phone number, and email as key identifiers.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published