magda-io / magda

A federated, open-source data catalog for all your big data and small data
https://magda.io
Apache License 2.0
509 stars 93 forks source link

Alternative way of serving region files #3541

Closed t83714 closed 3 months ago

t83714 commented 3 months ago

Alternative way of serving region files

Our indexer module and frontend map-based filter require region files to supply information on all supported regions.

We offer a list of default region files via config here: https://github.com/magda-io/magda/blob/9876e04c1ed5ed4b8c6068d28dd0b605e095f718/magda-scala-common/src/main/resources/common.conf#L92

Users can configure those default region files via indexer Helm chart config (via appConfig, any config field can reached).

Those files are served from our AWS storage bucket.

We have the following issues with the current setup:

Proposed New Solution

Tasks

t83714 commented 3 months ago

first release here: https://github.com/magda-io/magda-regions/releases/tag/v1.0.0

staffordsmith83 commented 3 months ago

Working to create new repo for default region mapping files

t83714 commented 3 months ago

closed via PR: https://github.com/magda-io/magda/pull/3542