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

Store links relation in one-to-many json dictionary format #1

Closed
PROxZIMA opened this issue Jul 31, 2022 · 0 comments · Fixed by #14
Closed

Store links relation in one-to-many json dictionary format #1

PROxZIMA opened this issue Jul 31, 2022 · 0 comments · Fixed by #14
Assignees
Labels
enhancement New feature or request

Comments

@PROxZIMA
Copy link
Owner

PROxZIMA commented Jul 31, 2022

Describe the solution you'd like
Track links generated in crawler module

Format proposal

{
  "link1": [
    "link2",
    "link3",
    "link4"
  ],
  "link2": [
    "link5",
    "link6",
    "link4"
  ],
  "link3": [
    "link7",
    "link2",
    "link9"
  ],
  "link4": [
    "link1"
  ]
}

Optimization

  • Prevent infinite looping: link1 -> link2 -> link4 -> link1
@PROxZIMA PROxZIMA changed the title Store links relation in one-to-may json dictionary format Store links relation in one-to-many json dictionary format Jul 31, 2022
@PROxZIMA PROxZIMA added the enhancement New feature or request label Jul 31, 2022
@PROxZIMA PROxZIMA linked a pull request Aug 15, 2022 that will close this issue
6 tasks
@r0nl r0nl mentioned this issue Aug 15, 2022
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants