Skip to content

allNormal/IdentityResolution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example of Identity Resolution Using Jedai

Installation

create a jar file using

mvn clean package

and run it using

mvn spring-boot:run

Endpoint

There are currently 3 Endpoint available

http://localhost:8081/workflow1

Workflow 1 is using jedai Blocking Based Workflow which is: Data Reading -> Schema Clustering -> Block Building -> Block Cleaning -> Comparison Cleaning -> Entity Matching -> Entity Clustering -> Data Writing & Evaluation

this endpoint takes 2 files in form of an RDF data

http://localhost:8081/workflow2

Workflow 2 is using jedai Join Based Workflow which is: Data Reading -> Similarity Join -> Entity Clustering -> Data Writing & Evaluation

this endpoint takes 2 files in form of an RDF data

http://localhost:8081/workflow3

Workflow 3 is using jedai Progressive Workflow which is: Data Reading -> Schema Clustering -> Block Building -> Block Cleaning -> Comparison Prioritization -> Entity Matching -> Data Writing & Evaluation

this endpoint takes 2 files in form of an RDF data

About

example for Identity Resolution using Jedai

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages