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

Implement Incremental crawling #34

Open
PROxZIMA opened this issue Feb 19, 2023 · 0 comments
Open

Implement Incremental crawling #34

PROxZIMA opened this issue Feb 19, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed question Further information is requested

Comments

@PROxZIMA
Copy link
Owner

Is your feature request related to a problem? Please describe.

Incremental Crawler visits a specific site multiple times in a specific interval of time. The main focus of an incremental crawl is to keep on updating the hyperlink list of a site whose content is being changed frequently. At every iteration, after the crawler visits such a site, the site’s “freshness” keeps on decreasing as time passes. Hence in the next iteration, the crawler updates the hyperlinks, resetting the freshness.

Describe the solution you'd like
TODO

Describe alternatives you've considered
TODO

Additional context
TODO

@PROxZIMA PROxZIMA added enhancement New feature or request help wanted Extra attention is needed question Further information is requested labels Feb 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed question Further information is requested
Projects
Status: 🆕 New
Development

No branches or pull requests

2 participants