Skip to content

Commit d67968d

Browse files
authored
Update README.md
* Update example query * Add IMC paper
1 parent f972c26 commit d67968d

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,15 +86,15 @@ the default login and password: `neo4j` and `password` respectively. Then enter
8686
For 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)

0 commit comments

Comments
 (0)