For the complete documentation index, see llms.txt. This page is also available as Markdown.

mGramSeva iFIX Adapter

The mGramSeva iFIX Adapter receives multiple event requests from the mGramSeva service and helps in attributes conversion to map with fix-fiscal-event-service request data.

Setup Steps

  1. Environment variable

    Configure "fiscal-event-service", "adapter-master-data-service" and "ifix-department-entity-service" in egov-service-host in respective environment yaml file (iFix-DevOps/mgramseva-qa.yaml at mgramseva · misdwss/iFix-DevOps ).

  2. Redis data clean up

    Execute the below commands on redis-cli before doing any activity on the mgramseva iFix adapter while performing the deployment first time.

    • Connecting Redis Client:

      kubectl exec -it <redis-pod> -n mgramseva -- /bin/bash

      redis-cli

      e.g.

      kubectl exec -it redis-647449f6b9-gg4gw -n mgramseva -- /bin/bash

      redis-cli

      keys * (check all keys)

    • Redis cleanup command

      del <key>

      e.g.

      del "10101" "10102" "10201" "20101" "20201" "20301" "20401"

      keys * (check all keys)

    Note: Make sure all client codes, which have been mentioned in the "ifix_adapter_coa_map" table, are listed in the redis "DEL" command list and recheck those are removed using "keys *" command.

Steps To Use mGramSeva iFIX Adapter Service

Use the postman tool to verify mGramSeva iFix adapter API end. It is open-end and therefore does not require any access token.

Technical Doc

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

Last updated

Was this helpful?