VForWaTer / metacatalog

Modular metadata management platform for environmental data.
https://vforwater.github.io/metacatalog
GNU General Public License v3.0
3 stars 1 forks source link

Use UUID as additional identifier for Entry #63

Closed mmaelicke closed 4 years ago

mmaelicke commented 4 years ago

Most Geodata harvest portals and Catalogs recommend to use a UUID for the ISO19115 MD_Metadata.fileIdentifier field.

My proposal: add an additional column Entry.uuid and keep Entry.id as a unique identifier in metacatalog, as MD_Metadata.fileIdentifier is a free text field, which would slow metacatalog significantly down. I prefer to run queries against an Integer primary key.

Do you have an opinion on this @MarcusStrobl ?