File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -86,15 +86,15 @@ the default login and password: `neo4j` and `password` respectively. Then enter
8686For example, this finds the IXPs and corresponding country codes where IIJ (AS2497) is:
8787
8888``` cypher
89- MATCH (iij :AS {asn:2497})-[:MEMBER_OF]-(ix:IXP)--(cc :Country)
90- RETURN iij, ix, cc
89+ MATCH p = ( :AS {asn:2497})-[:MEMBER_OF]-> (ix:IXP)--(:Country)
90+ RETURN p
9191```
9292
9393![ Countries of IXPs where AS2497 is present] ( /documentation/assets/gallery/as2497ixpCountry.svg )
9494
9595### IYP gallery
9696
97- See more query examples in [ IYP gallery] ( /documentation/gallery.md )
97+ See more query examples in [ IYP gallery] ( /documentation/gallery.md ) .
9898
9999## Contributing
100100
@@ -111,3 +111,4 @@ See: <https://github.com/InternetHealthReport/internet-yellow-pages/releases>
111111- [ Public instance of IYP] ( https://iyp.iijlab.net )
112112- [ RIPE86 presentation] ( https://ripe86.ripe.net/archives/video/1073/ )
113113- [ APNIC blog article] ( https://blog.apnic.net/2023/09/06/understanding-the-japanese-internet-with-the-internet-yellow-pages/ )
114+ - [ IMC paper] ( https://www.iijlab.net/en/members/romain/pdf/romain_imc2024.pdf )
You can’t perform that action at this time.
0 commit comments