vlizBE / vocabserver-app

Linked Data VocabTerms Lookup Service & Widget - Application back-end
MIT License
0 stars 3 forks source link

added delete vocab route to unification #13

Closed kobemertens closed 1 year ago

MilanLamote commented 1 year ago

I suppose this one is good to merge? Or no longer relevant?

kobemertens commented 1 year ago

This can and should be merged, this is needed to clean up the downloaded files and other relevant metadata that is created when a vocabulary is added.

kobemertens commented 1 year ago

@MikiDi or @Jan-PieterBaert does this need to be expanded for LDES vocabs?

Jan-PieterBaert commented 1 year ago

@MikiDi or @Jan-PieterBaert does this need to be expanded for LDES vocabs?

@SchrodingersCat00 for LDES the docker container that the ldes-consumer-manager created should be destroyed

kobemertens commented 1 year ago

Is this something you could implement easily? I have no experience controlling docker via scripting whatsoever

Jan-PieterBaert commented 1 year ago

the consumer manager can list the containers, using the SDK function to kill a container (see https://docker-py.readthedocs.io/en/stable/containers.html#docker.models.containers.Container.kill ) it should be easy to implement