-
Notifications
You must be signed in to change notification settings - Fork 0
Process
The whole process of this API is divided into two parts: service initialization and file parsing.
Main wiki page: https://github.com/VertNet/dedupe/wiki/1.-Service-initialization
Handled by the dedupe.DedupeAPI module, this first part is in charge of taking the file and associated parameters from the user's request, parse them, store the file in Google Cloud Storage and launch the workers that will do the actual job.
Main wiki page: https://github.com/VertNet/dedupe/wiki/2.-File-parsing
This second part, which runs asynchronously, is in charge of actually parsing the file in search for duplicates, and of preparing the requested output.
This repository is part of the VertNet project.
For more information, please check out the project's home page and GitHub organization page