I am in possession of static data pertaining to countries, cities, and xyz. These data do not undergo frequent changes (updated once a year).
Several Microservices will make use of these data, therefore I have chosen to avoid network latency by not opting for another master-data-microservice.
What would be the optimal approach for implementing this, taking into account the various programming languages used in the Microservices (Java, JavaScript)?