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
inspect first lines only to get indicator for format (see. e.g. rdf detector) and compare to Accept / Content-Type
parse entire file first (needs performance optimizations e.g. bytesize limit)
think about caching parse or detected-format information based on etag or (modified, byte-size, content-type) combo
NOTE: in general this could be also outsourced to archivo itelf for performance reasons since it check this in the crawls anyhow. the report of archivo could be improved such that information would only be fetched from archivo, however this would not be "live" but probably good tradeoff between reliability and speed for full file validity => new mode originalFailoverArchivoMonitor
if these reports are cached in the timemachine and kept in sync then there would be almost no performance effects
The text was updated successfully, but these errors were encountered:
kuefmz
changed the title
Extend the tests to check whether we get the right triples
Check whether we get the correct format of the ontology and it can be parsed correctly
Sep 27, 2024
ideas here are to improve the failover mode
NOTE: in general this could be also outsourced to archivo itelf for performance reasons since it check this in the crawls anyhow. the report of archivo could be improved such that information would only be fetched from archivo, however this would not be "live" but probably good tradeoff between reliability and speed for full file validity => new mode
originalFailoverArchivoMonitor
if these reports are cached in the timemachine and kept in sync then there would be almost no performance effects
The text was updated successfully, but these errors were encountered: