Create a service in mod-linked-data for the Dictionaries auto-creation
Description
Currently there are 2 LD dictionaries in the lib-linked-data-dictionary which are also required to be presented in the DB.
It’s done by duplication of the same dictionaries in the Liquibase scripts.
This task is for optimization of mod-linked-data:
Get rid of Liquibase scripts with dictionary values
Create a service which dynamically creates all required dictionaries (ResourceTypes and Predicates) per tenant. There is similar thing for creation of Index in mod-search per tenant: org.folio.linked.data.service.impl.tenant.SearchTenantService#afterTenantUpdate
Currently there are 2 LD dictionaries in the lib-linked-data-dictionary which are also required to be presented in the DB.
It’s done by duplication of the same dictionaries in the Liquibase scripts.
This task is for optimization of mod-linked-data:
Get rid of Liquibase scripts with dictionary values
Create a service which dynamically creates all required dictionaries (ResourceTypes and Predicates) per tenant. There is similar thing for creation of Index in mod-search per tenant: org.folio.linked.data.service.impl.tenant.SearchTenantService#afterTenantUpdate