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

Fix BGP.Tools AS names crawler #134

Merged

Conversation

m-appel
Copy link
Member

@m-appel m-appel commented Mar 14, 2024

Description

Due to a format change, the previous version was broken. We now use pandas to parse the CSV and be robust against future format changes. The current change also added a class field which is similar to a tag, which we now also import.
We do not import the country code field, since we do not know where it comes from and will probably just add redundant information.

Motivation and Context

Closes #133.

How Has This Been Tested?

Full run of the crawler.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

Due to a format change, the previous version was broken. We now use
pandas to parse the CSV and be robust against future format changes.
The current change also added a class field which is similar to a tag,
which we now also import.
We do not import the country code field, since we do not know where it
comes from and will probably just add redundant information.
@m-appel m-appel requested a review from romain-fontugne March 14, 2024 05:21
Copy link
Member

@romain-fontugne romain-fontugne left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good to me, thanks

@romain-fontugne romain-fontugne merged commit 073e3be into InternetHealthReport:main Mar 15, 2024
1 check passed
@m-appel m-appel deleted the 133-bgptools-as-names branch November 15, 2024 05:22
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.

bgp.tools AS names
2 participants