https://github.com/gmazoyer/peeringdb-sync
PeeringDB synchronization tool written in Go
https://github.com/gmazoyer/peeringdb-sync
golang local-database peeringdb-api peeringdb-synchronization
Last synced: over 1 year ago
JSON representation
PeeringDB synchronization tool written in Go
- Host: GitHub
- URL: https://github.com/gmazoyer/peeringdb-sync
- Owner: gmazoyer
- License: gpl-3.0
- Created: 2016-08-16T22:35:54.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2025-01-02T23:28:01.000Z (over 1 year ago)
- Last Synced: 2025-03-01T08:44:56.659Z (over 1 year ago)
- Topics: golang, local-database, peeringdb-api, peeringdb-synchronization
- Language: Go
- Size: 43.9 KB
- Stars: 6
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PeeringDB Synchronization
This tool is used to synchronize the PeeringDB database in a local SQLite3
database. It can be useful when you need to query the PeeringDB API a lot.
Querying the local database instead will make things much faster.
It also serves as an example of the
[PeeringDB API Go package](https://godoc.org/github.com/gmazoyer/peeringdb).