The experimental RIS BGP streaming API is available for the purposes of this hackathon, with the following caveats: * This as an experiment: we want to know if it's feasible and if there is demand for it. There's no guarantee that it will continue to exist! * The interface (parameters and outputs) will undoubtedly change over time. * This is a prototype and not currently operationally stable. I'll keep it going on a best effort basis throughout the weekend. Poke me (gently) if it dies. That said, you can hook up to a simple stream using Javascript like this: http://stream-dev.ris.ripe.net/simpletest.html.txt Examples of output messages: withdrawl: {"peer":"217.29.76.6","timestamp":1427473498.63,"prefix":"12.30.110.0/24","rrc":"rrc-test.ripe.net","type":"W"} announcement: {"timestamp":1427473556.32,"rrc":"rrc-test.ripe.net","prefix":"111.91.229.0/24","next_hop":"77.72.229.74","peer":"77.72.229.74","path":[12654,9002,9498,38571],"type":"A"} Note: it is possible to filter the stream with various subscription parameters. If you want to do this, please let me know your use case and I'll hook you up. Cheers, Chris