Masterdata Guide
Overview
Masterdata is the necessary base data to run MOSIP services. The data resides in mosip_master
database. This data needs to be customized for a country specific deployment.
Populating masterdata
Masterdata may be uploaded in the following manner:
One-time bulk upload:
Default masterdata (for sandbox installation): Using Helm chart. The default data uploaded during sandbox installation is available in mosip-data.
Country specific data: Using Python scripts.
Updates: Updates to tables may be done using the Admin Portal.
Creating country specific data
The tables that need to be modified for country specific data are listed below. Other tables in mosip_master
DB are either system-filled or pre-filled and not to be modified.
Common guidelines
Copy Excel files from mosip-data to a folder.
For all tables listed below modify
lang_code
and add corresponding rows for your configured languages.Modify the files for your deployment as per guide below.
Upload first time using scripts given here.
Subsequently, update data ONLY using Admin Portal.
Tables to be updated
Category | Table | Guide |
---|---|---|
Documents |
| Categories of documents to be captured |
| Specific documents related to a country | |
| Mapping of document category, type and applicant type | |
Location |
| List of location hierarchy |
| List of locations stored in a hierarchical format | |
| Holidays specific to different locations. Used in registration centre creation. | |
Machine |
| Example mobile, stationary. Refers to |
| Model, make of the registration machine | |
ID Schema |
| Refer to ID Schema customisation. Update the JSON in |
| Dynamic dropdowns used during data capture | |
| Only | |
| UI specification for registration and pre-registration UI screens. See UI spec guides | |
Registration client |
| List of changeable configurations by the operator |
| Only | |
| Only | |
| Only | |
| Only | |
| List of reasons for a reason category | |
| Only | |
Registration center |
| Type of center |
| List of registration centers | |
| Historical data for any modification done on a registration center. One time intialization of this table identical to | |
| Exception holiday for a registration center | |
| Working and non-working day for a center | |
Biometrics |
| Only |
| Only | |
Templates |
| Only |
| Only | |
| Only | |
Others |
| List of blocked words |
| Only | |
| Only | |
| Only | |
| Only | |
| Only | |
| List of titles used in the country | |
| List of administrative zones in a country |
Last updated