Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

track ingestion process for robustness and reporting of status / issues #29

Open
marc-portier opened this issue Oct 9, 2023 · 1 comment
Milestone

Comments

@marc-portier
Copy link
Contributor

Currently the setup and actual processing involves quite a number of steps. When some error happens along the line the user / administrator does not have an easy view on where things went awry.

Typical / Practical encountered issues - puzzling situations:

  • when adding source
    • wrong url / gives status != 200 ok
    • content unreadable (parsing error - bad ttl, jsonld, ...)
    • in case of LDES --> unclear how many pages fetched, until the end,
  • when analyzing source (in case of LDES)
    • no properties are actually read
    • total amount of fetched entities limited at some count, possibly LDES fetching halted at some page ?
  • when running unification
    • how many of the found entities have been passed to index / when was the last one ?
    • how many of those can be found in the index (counting all) / when was the last one ?

? other

@nvdk
Copy link
Contributor

nvdk commented Nov 24, 2023

We believe this will be covered in #37 and #38

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants