Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Data posted to localization service will be permanently stored in the database and will be loaded in to redis cache for easy access and every time new data is added in to the application the redis cache will be refreshed.

Deployment Details

  1. Deploy the latest version of Localization Service.

  2. Add Role-Action mapping for API’s.

Integration

Integration Scope

The Localization service is used to store key-value pairs of meta data in different languages for all miscellaneous / adhoc services which citizens avail from ULBs.

Integration Benefits

  • Can perform service-specific business logic without impacting the other module.

  • Provides the capability of having multiple languages in module.

Steps to Integration

  1. To integrate, host of localization-services module should be overwritten in helm chart.

  2. /localization/messages/v1/_upsertshould be added as the create endpoint for creating localization key value pairs in the system

  3. /localization/messages/v1/_search should be added as the search endpoint .This method handles all requests to search existing records depending on different search criteria

Postman Collection

https://github.com/egovernments/egov-services/tree/master/core/egov-localization/postman

...