https://github.com/manifoldfinance/datacenter-map
AS/IP Interchange/Datacenter Exchange Mapping
https://github.com/manifoldfinance/datacenter-map
asn datacenter iex infrastructure isp map
Last synced: 7 days ago
JSON representation
AS/IP Interchange/Datacenter Exchange Mapping
- Host: GitHub
- URL: https://github.com/manifoldfinance/datacenter-map
- Owner: manifoldfinance
- Created: 2022-08-26T19:40:21.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-24T01:24:49.000Z (over 1 year ago)
- Last Synced: 2024-06-24T02:27:24.544Z (over 1 year ago)
- Topics: asn, datacenter, iex, infrastructure, isp, map
- Language: JavaScript
- Homepage:
- Size: 160 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `datacenter map`
## Deployment Map Example
>**Note**
> This is an outdated deployment, its published here for illustrative purposes only
## Interchange Access List
### Example
```jsonc
"buh1": { // Interchange Id
"latlon": {
"lat": 44.479805, // Latitude
"lon": 26.112683 // Longitude
},
"city": "Bucharest", // City
"name": "NXDATA-1, Bucharest", // Exchange Name
"country": "Romania", // Country
"pop": "buh1", // IdPoP
"street": "8 Dimitrie Pompei Blvd", // Address
"exchanges": ["INTERLAN", "RONIX", "Balcan-IX"] // Exchanges Interchange
},
```### Twitter Handles
ASN/ISP Twitter Handles
```js
const ISP_TWITTER = [{
"asn": "1",
"handle": "CenturyLink"
}, {
"asn": "2",
"handle": "UDelaware"
}, {
"asn": "3",
"handle": "mit"
}, {
"asn": "4",
"handle": "usc"
}]
```