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

Add scripts to download and process BGP dumps #1

Merged
merged 1 commit into from
Feb 2, 2020

Conversation

naumenkogs
Copy link
Collaborator

@naumenkogs naumenkogs commented Dec 20, 2019

See README.md.

There is probably a better way to do it in rust :)

This isn't really working now, will submit working code soon.

Also, rust coming soon so maybe don't bother reviewing Python quagga_aggregate.py stuff (except if you're willing to verify the approach)

@practicalswift
Copy link

providers = range(1, 24)
date = datetime.date.today()

dumps_dir = "dumps/"

for provider in providers:
    provider = ("{:02d}".format(provider))
    link = "http://data.ris.ripe.net/rrc{0}/latest-bview.gz".format(provider)

This will skip the RIPE NCC (rrc00) and LACNIC (rcc24) measurements. Is that intentional? :)

@naumenkogs
Copy link
Collaborator Author

This will skip the RIPE NCC (rrc00) and LACNIC (rcc24) measurements. Is that intentional? :)

Nope, will fix 🥇

@sipa
Copy link
Owner

sipa commented Feb 2, 2020

@naumenkogs Was merging this intentional? I thought you were going to rewrite some part in Rust, and address the comment above?

@naumenkogs
Copy link
Collaborator Author

@sipa
No, this was accidental =\

I see 2 options:

  • revert this commit
  • let me submit that small fix, and update remote_dumps/readme with "EXPERIMENTAL"

What would you prefer?

@sipa
Copy link
Owner

sipa commented Feb 4, 2020

No need to revert. Let's improve it later.

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

Successfully merging this pull request may close these issues.

None yet

3 participants