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

Are node IDs consistent between dumps? #21

Closed
scd31 opened this issue Oct 18, 2024 · 2 comments
Closed

Are node IDs consistent between dumps? #21

scd31 opened this issue Oct 18, 2024 · 2 comments

Comments

@scd31
Copy link

scd31 commented Oct 18, 2024

Hello,

Awesome project! I'm interested in importing CC web graphs into a DB so I can do processing. My understanding is that each web graph dump on CC's site only has the last 3 months of scraping. I'd like to combine them all so that I can generate a full graph of what hosts have linked to other hosts, ever.

Are node IDs consistent between different web graph dumps? If so, this would simplify merging them together substantially.

@sebastian-nagel
Copy link
Contributor

Node IDs need to change between webgraphs because nodes are just enumerated starting from zero. This is a requirement of the webgraph format. Your plan is very similar to a time-aware webgraph, see #17.

@scd31
Copy link
Author

scd31 commented Oct 18, 2024

Makes sense, thanks!

@scd31 scd31 closed this as completed Oct 18, 2024
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