Common general documents for the ESSnet
INSEE
SNDI Orleans, SDI
001
12-01-2021
manuel.soulier@insee.fr
RELAIS application in the IS2 workbench
ISTAT
IS2
4fe3b49
Deterministic and probabilistic record linkage
https://github.com/mecdcme/is2
https://github.com/mecdcme/is2/blob/master/README.md
The permanent facilities database as known as “BPE” is used to track and keep up to date what community facilities are available on the french territory for a given year.
BPE is an old application that use deprecated or no more wanted implementations. The process is currently being redesigned.
The concept of community facilities is broad. Data must be collected each year from several data providers and compared to the data provided the previous year in order to obtain a coherent whole
digraph finite_state_machine {
ratio="fill";
size="3,3!";
margin=0;
node [shape = oval]; "previous year
datafile"
node [shape = oval]; "current year
datafile"
node [shape = rectangle];
"record linkage"
node [shape = oval]; "integration of yearly data in the BPE"
subgraph cluster_fichier_entete {
style="invis"
subgraph cluster_traitement_entete {
label = "for each datasource"
style=""
"previous year
datafile" ->"record linkage"
"current year
datafile" ->"record linkage"
}
}
;
"record linkage" -> "integration of yearly data in the BPE"
}
The BPE statistician choose the yearly files to be linked
The BPE statistician use an interface to set and execute the linkage service
The BPE statistician can visualize and get the linkage outputs
The RELAIS application integrated in the IS2 workbench and developped by ISTAT provides a user interface and a record linkage service
Goal of the REUSE case
Assess the suitability of the application with the BPE statisticians needs and expectd results
Make RELAIS available to INSEE BPE statisticians for their production work
The “Equipement initialization” component would be processed by RELAIS
[Is there any way to list the lib or components from github ? ]
is2 workbench is such a good idea for the stasticians work
great collaboration with ISTAT to continue if possible