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

Investigate termination strategies #52

Open
rubensworks opened this issue Mar 15, 2022 · 1 comment
Open

Investigate termination strategies #52

rubensworks opened this issue Mar 15, 2022 · 1 comment

Comments

@rubensworks
Copy link
Member

Issue type:

  • ➕ Feature request

Description:

  • Add different termination stages of traversal #50
  • Timeout: only follow links until a timeout is reached.
  • Link path dept: only follow links up until a link path of a certain length.
  • Link count: only follow links until a certain number is reached (source-local or global).
  • Survival of the fittest: kill off link paths where none of the documents produced any results.
  • Popcorn: stop following links if no more results are obtained after a certain timeout.

Source: https://www.rubensworks.net/blog/2022/01/21/querying-a-decentralized-web/

@github-actions
Copy link

Thanks for the suggestion!

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

No branches or pull requests

1 participant