Finds and links entities across disparate sources and links them
real time.
InsightPii
InsightPii takes as input your data sources, which can be any
relational or non-relational db, we take doucment stores and blobs
and images too. This tool identifies PIIs from all of these and
links them to same entity found in all your other systems.
How does it work?
Each entity is either a record on your dbs (relational or
non-relational) or is infered from images, documents. We use
convert information about an entity into our propreitary
embeddings and use our custom alogithms to constantly map
all similar embeddings.
I have many source system, and they all have different
attributes and no one system has full PII record.
This is the exact problem we solve. We dont need any single
system to have all clean attributes. System A can have First
Name, Last Name, address while System B can have Last and
Middle names and email and phone numbers. We still would
link them.
Can this solution clean my sources.
Yes if we provide easy integration points to trigger
workflows which synch and clean your sources - should you
choose to do this. We would ask which system is
authoritative source for which attributes about an entity
and we use this for preferentially weighting different
attributes of an entity. If this is not available our
algorithm would still do a good job at guessing these.
Do we copy your data anywhere ?
No. We create light weight pointers to each record on your
systems and do not move your data, we create propreitary
embeddings and these are stored in your infra with your key
encrypting all this data.