bgpkit/monocle

[feature] add AS information lookup

Closed this issue · 2 comments

Consider implement the following features

  • search by name
  • search by ASN
  • order by AS sizes if multiple ASes match

Returning fields:

  • ASN
  • AS name
  • Country code

bgp.tools whois table formatting look great:
image

Data sources:

To ensure this tool works offline, we should preload the raw data and store it into a configured data folder with SQLite database as the storage backend.

  • config file mechanism to specify data location (relevant PR: #9)
  • bootstrap data into sqlite #10

Resolved in #10