zalf-rdm / geonode-k8s

A Kubernetes helm chart for the geospacial webapplication Geonode
https://geonode-k8s.readthedocs.io/en/latest/
GNU General Public License v2.0
12 stars 7 forks source link

load thesauri via values configuration #9

Closed mwallschlaeger closed 6 months ago

mwallschlaeger commented 2 years ago

The idea here is to add a thesaurus configuration like:

There should be a commented list of available example configurations for e.g. inspire and agrovoc inside the values.yaml. The idea of implementation would be seperate sidecar container which starts if thesauris are enabled. This container then downloads the rdf file from the given url and adds it to the database. Furhter the database itself must be manipulated regarding the extra parameters which python manage.py load_thesaurus --file ... cannot handle. Maybe its possible to make this available inside the script as well. Current docs: https://docs.geonode.org/en/master/admin/thesaurus/index.html

Additionally the settings.py must be edit regarding the thesauri entries.

mwallschlaeger commented 1 year ago

its is now part of the zalf tasks.py

mwallschlaeger commented 6 months ago

I think this issue is out of scope for now. Therefore, i will close it