You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Atm, if one document is ETL-processed, at least ~10 MB of table is retrieved via HTTP.
Pro fs:
storing the tables in the filesystem acts like a cache:
faster
more reliable
Con fs:
there is no push mechanism of getting the data, i.e. if someone changes the data in th git repo of the lookup tables one has not immediatley the new data via gitsubmodules. At lobid-resources we update via gitsubmodules once a day resp. every time we transform.
The text was updated successfully, but these errors were encountered:
Tables that are used for the lookup via Fix are loaded via
HTTP
, e.g. https://raw.githubusercontent.com/hbz/lbz-vocabs/main/rpb-spatial.ttl. We could instead store the table in the filesystem (fs). Proposal: usegitsubmodules
like we do in lobid-resources.Atm, if one document is ETL-processed, at least ~10 MB of table is retrieved via
HTTP
.Pro fs:
Con fs:
gitsubmodules
once a day resp. every time we transform.The text was updated successfully, but these errors were encountered: