Documents

Common general documents for the ESSnet

View the Project on GitHub I3S-ESSnet/Documents

Implementing Shared Statistical Services - Reuse Report

Introduction

Reporting organization

INSEE

Unit

SNDI Orleans, SDI

Report version

001

Report date

12-01-2021

Contact mail

manuel.soulier@insee.fr

Service reused

RELAIS application in the IS2 workbench

Publisher

ISTAT

Name

IS2

Version

4fe3b49

Main functionalities

Deterministic and probabilistic record linkage

code

https://github.com/mecdcme/is2

readme

https://github.com/mecdcme/is2/blob/master/README.md

Service reuse

Context

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"
}

Business case

Service reuse

General description

As-Is and To-Do architectures

Global current BPE architecture diagram and redesign proposals

The “Equipement initialization” component would be processed by RELAIS

Business and detailed target architecture with IS2/RELAIS

Technical details

Organizational impact

Project management

Other aspects (e.g. financial)

Results achieved

Lessons learned

Problems encountered

Missing functionalities

General feedback

Conclusions and next steps