Skip to content

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.

Notifications You must be signed in to change notification settings

rishi600-prog/Identity_Reconciliation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published