MDMS (Master Data Management Service)

Configure master data management service

Overview

The MDMS service aims to reduce the time spent by developers on writing codes to store and fetch master data (primary data needed for module functionality) which doesn’t have any business logic associated with them. Instead of writing APIs and creating tables in different services to store and retrieve data that is seldom changed, the MDMS service keeps them in a single location for all modules and provides data on demand with the help of no more than three lines of configuration.

Pre-requisites

  1. Prior knowledge of Java/J2EE

  2. Prior knowledge of Spring Boot

  3. Prior knowledge of REST APIs and related concepts like path parameters, headers, JSON etc.

  4. Prior knowledge of Git

  5. Advanced knowledge of how to operate JSON data would be an added advantage to understanding the service

Key Functionalities

  • Adds master data for usage without the need to create master data APIs in every module.

  • Reads data from GIT directly with no dependency on any database services.

Environment VariablesDescription

egov.mdms.conf.path

The default value of folder where master data files are stored

masters.config.url

The default value of the file URL which contains master-config values

Deployment Details

  1. Deploy the latest version of the MDMS-service

    1. Note: This video will give you an idea of how to deploy any Digit-service. Further you can find the latest builds for each service in out latest release document here.

  2. Add conf path for the file location

  3. Add master config JSON path

Note : See the Reference Docs for the values of conf path and master config.

Integration Details

Integration Scope

The MDMS service provides ease of access to master data for any service.

Integration Benefits

  • No time spent writing repetitive codes with no business logic.

Integration Steps

  1. To integrate, the host of egov-mdms-service should be overwritten in the helm chart

  2. egov-mdms-service/v1/_search should be added as the search endpoint for searching master data.

  3. MDMS client from eGov snapshots should be added as mvn entity in pom.xml for ease of access since it provides MDMS request pojos.

Reference Docs

Title

egov-mdms sample data - https://github.com/egovernments/egov-mdms-data/tree/DEV/data - Connect to preview [Download this and refer it's path as conf path value]

master-config.json - https://github.com/egovernments/egov-mdms-data/blob/DEV/master-config.json - Connect to preview [Refer to this path as master config value]

API List

Access to all the API's at : DIGIT-Playground

Last updated

All content on this page by eGov Foundation is licensed under a Creative Commons Attribution 4.0 International License.