On Fri, Sep 15, 2017 at 11:25:10AM -0400, Dovid Bender wrote:
Does anyone know of a tool like PeeringDB where I can select two exchanges say TELX 60 Hudson and then SIX (Seattle IX) and find all carriers that have a presence in both locations?
a bit hacky ;-) Vurt:~ job$ comm -1 -2 <(curl -s https://peeringdb.com/api/ixlan/13 | jq ".data | .[] | .net_set | .[] | .name" | sort) <(curl -s https://peeringdb.com/api/ixlan/325 | jq ".data | .[] | .net_set | .[] | .name" | sort) "Amazon.com" "Cloudflare" "Default Route, LLC" "Digital Realty | Telx" "Facebook" "Facebook" "Faction Inc." "Google Inc." "Highwinds Network Group, Inc" "Hurricane Electric" "IPTP Networks" "ISPrime, LLC." "Internap" "Internet2 TransitRail" "Limelight Networks Global" "Microsoft" "NTT DATA Services - HCLS Cloud" "Netflix" "Nitel" "OpenDNS, Inc." "Packet Clearing House AS42" "Packet Clearing House" "Sipartech" "SoftLayer Technologies, Inc. (an IBM Company)" "Verizon Digital Media Services (EdgeCast Networks)" "Wolfe" "Yahoo!" Vurt:~ job$