modulepackage
0.0.0-20250102232754-81df04754cde
Repository: https://github.com/gmazoyer/peeringdb-sync.git
Documentation: pkg.go.dev
# 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.