RIPE Atlas data parsing

Folks,

Yes, RIPE Atlas is great. It generates output as JSON.

Is there dummy tool for summarizing this JSON data and possibly
visualizing it? I could write my own, but i imagine someone has
already done this somewhere. No?

CB

These may help:

https://github.com/RIPE-NCC/ripe.atlas.sagan

a message of 9 lines which said:

Is there dummy tool for summarizing this JSON data and possibly
visualizing it?

On Atlas Web site, there is the Seismograph (an interactive tool). I
don't use it myself.

There are many sample programs on:

https://github.com/RIPE-Atlas-Community/ripe-atlas-community-contrib

See for instance reachability+retrieve.py

There is now a new library to help parsing, called Sagan:

https://labs.ripe.net/Members/suzanne_taylor_muzzin/ripe-atlas-latest-results-api-and-parsing-library

(I used it only a little)

You may also look at the tutorial:

https://ripe67.ripe.net/presentations/153-ripe-atlas-udm-api-1.pdf

I'm using Graphite (http://graphite.readthedocs.org) - I plan on blogging
how I'm doing it at some point, but it's not all that difficult.

Dan