Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (over 8 years ago)
- Default Branch: main
- Last Pushed: 2021-01-30T08:38:34.000Z (almost 4 years ago)
- Last Synced: 2024-05-01T20:27:10.767Z (9 months ago)
- Topics: golang, local-database, peeringdb-api, peeringdb-synchronization
- Language: Go
- Size: 26.4 KB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
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/respawner/peeringdb).