routewatch/internal/database
sneak 76ec9f68b7 Add ASN info lookup and periodic routing table statistics
- Add handle and description columns to asns table
- Look up ASN info using asinfo package when creating new ASNs
- Remove noisy debug logging for individual route updates
- Add IPv4/IPv6 route counters and update rate tracking
- Log routing table statistics every 15 seconds with IPv4/IPv6 breakdown
- Track updates per second for both IPv4 and IPv6 routes separately
2025-07-27 23:25:23 +02:00
..
database.go Add ASN info lookup and periodic routing table statistics 2025-07-27 23:25:23 +02:00
interface.go Replace live_routes database table with in-memory routing table 2025-07-27 23:16:19 +02:00
models.go Add ASN info lookup and periodic routing table statistics 2025-07-27 23:25:23 +02:00
schema.sql Add ASN info lookup and periodic routing table statistics 2025-07-27 23:25:23 +02:00
slowquery.go Replace live_routes database table with in-memory routing table 2025-07-27 23:16:19 +02:00
utils.go Initial commit: RouteWatch BGP stream monitor 2025-07-27 21:18:57 +02:00