AgrI-Mitra / bff

0 stars 3 forks source link

[geoip] Move geoip service #19

Open techsavvyash opened 8 months ago

techsavvyash commented 8 months ago

Description

The current geoip service https://geoip.samagra.io is not deployed on a scalable system, so we need to evaluate alternate options to support the scale of BFF.

  1. Publish GeoIP as an npm library and use it in the project to calculate the geo-location inplace.
  2. Redeploy the service on a more scalable server, probably on the same server alongside the bff.
  3. Move to some other hosted geoip service that can handle our scale.