nramc / journeys

Journeys so far in our Earth.
1 stars 0 forks source link

[Feature] Adopt country geojson data #292

Closed nramc closed 2 months ago

nramc commented 2 months ago

https://github.com/datasets/geo-countries/tree/master/data

nramc commented 2 months ago

The country boundary data is total of 25 MB. IF we include them UI, it might slowdown spa application and browser might hang. IIF we add the logic at backend and retrieve based on required countries, it might add pressure on IO operation and might increase startup time. since the rest service running with free tire, server spins for every ideal time. If it impacts server start up, its unnecessarily impact waiting time.

So in my opinion , the feature is not worth it for the sacrifice. Sorry..