RIPE Atlas data parsing

2014-05-27 Thread Ca By
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


Re: RIPE Atlas data parsing

2014-05-27 Thread Robert Kisteleki
On 2014.05.27. 21:28, Ca By wrote:
 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


Re: RIPE Atlas data parsing

2014-05-27 Thread Stephane Bortzmeyer
On Tue, May 27, 2014 at 12:28:30PM -0700,
 Ca By cb.li...@gmail.com wrote 
 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



Re: RIPE Atlas data parsing

2014-05-27 Thread Daniel Ankers
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


On 27 May 2014 20:41, Stephane Bortzmeyer bortzme...@nic.fr wrote:

 On Tue, May 27, 2014 at 12:28:30PM -0700,
  Ca By cb.li...@gmail.com wrote
  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