So, I figured that I don't have hundreds of TB of storage and dismissed
the idea of fetching all the results :-)
I got the probe- and measurement dumps and threw them in a database, but
it would still be nice for me to fetch some results by source-AS. The
participation-request-log API won't give me results filtered by probe_id:
> {"detail": "You do not have permission to perform this action."}
Are there any participation-request-log dumps, too? Or is there some
other way to do this?
Regards,
Sebastian
On 19.10.2015 15:22, Daniel Quinn wrote:
> It’s not on our List of Things to Do, no. The difficulty is in the
> massive amounts of data — there’s simply no easy way to fetch arbitrary
> results from such a large data store based on arbitrary lookup values.
>
> Currently we store data keyed by measurement id, probe id, and time, and
> that covers most of the use-cases.
>
> You should know however that we do supply weekly dump files
> <http://ftp.ripe.net/ripe/atlas/measurements/> of measurement meta data,
> so you can use these to prepare your results queries without beating the
> crap out of our API service :-)
>
>