routewatch/internal
sneak 725d04ffa8 Split prefixes table into prefixes_v4 and prefixes_v6
- Create separate tables for IPv4 and IPv6 prefixes in schema.sql
- Update indexes for new prefix tables
- Update getOrCreatePrefix to use appropriate table based on IP version
- Update GetStatsContext to count prefixes from both tables
- Remove ip_version column since it's implicit in the table name
2025-07-28 22:41:42 +02:00
..
config Remove debug logging for withdrawals without origin ASN 2025-07-28 02:07:33 +02:00
database Split prefixes table into prefixes_v4 and prefixes_v6 2025-07-28 22:41:42 +02:00
logger Format logger source location as file.go:linenum 2025-07-28 01:16:29 +02:00
metrics Add route update metrics tracking to PrefixHandler 2025-07-28 02:55:27 +02:00
ristypes Initial commit: RouteWatch BGP stream monitor 2025-07-27 21:18:57 +02:00
routewatch Separate IPv4 and IPv6 routes into different tables 2025-07-28 22:29:15 +02:00
server Fix JavaScript UI and complete database table migration 2025-07-28 22:39:01 +02:00
streamer Implement queue backpressure with gradual message dropping 2025-07-28 22:17:00 +02:00
templates Fix JavaScript UI and complete database table migration 2025-07-28 22:39:01 +02:00