Skip to content

Commit

Permalink
Change order of crawlers and remove duplicate example from README
Browse files Browse the repository at this point in the history
  • Loading branch information
m-appel committed Dec 22, 2023
1 parent d3c840c commit f251602
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions config.json.example
Original file line number Diff line number Diff line change
Expand Up @@ -69,16 +69,16 @@
"iyp.crawlers.pch.daily_routing_snapshots_v6",
"iyp.crawlers.emileaben.as_names",
"iyp.crawlers.ripe.atlas_probes",
"iyp.crawlers.cloudflare.dns_top_locations",
"iyp.crawlers.cloudflare.dns_top_ases",
"iyp.crawlers.iana.root_zone",
"iyp.crawlers.alice_lg.amsix",
"iyp.crawlers.alice_lg.bcix",
"iyp.crawlers.alice_lg.decix",
"iyp.crawlers.alice_lg.ixbr",
"iyp.crawlers.alice_lg.linx",
"iyp.crawlers.alice_lg.megaport",
"iyp.crawlers.alice_lg.netnod"
"iyp.crawlers.alice_lg.netnod",
"iyp.crawlers.cloudflare.dns_top_locations",
"iyp.crawlers.cloudflare.dns_top_ases"
],

"post": [
Expand Down
2 changes: 1 addition & 1 deletion iyp/crawlers/alice_lg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ List of supported IXPs:
## Graph representation

```Cypher
(:AS {asn: 2497})-[:MEMBER_OF {address: '80.81.193.136', routeserver_id: 'rs1_fra_ipv4'}]->(:IXP {name: 'DE-CIX Frankfurt'})(:AS {asn: 2497})-[:MEMBER_OF]->(:IXP {name: 'DE-CIX Frankfurt'})
(:AS {asn: 2497})-[:MEMBER_OF {address: '80.81.193.136', routeserver_id: 'rs1_fra_ipv4'}]->(:IXP {name: 'DE-CIX Frankfurt'})
// Routes are not crawled by default
(:AS {asn: 3333})-[:ORIGINATE {neighbor_id: 'pb_0280_as20562', routeserver_id: 'rs01-bcix-v4'}]->(:Prefix {prefix: '193.0.0.0/21'})
```
Expand Down

0 comments on commit f251602

Please sign in to comment.