routewatch/internal/database
sneak d929f24f80 Remove RoutingTableHandler and snapshotter, use database for route stats
- Remove RoutingTableHandler as PrefixHandler maintains live_routes table
- Update server to get route counts from database instead of in-memory routing table
- Add GetLiveRouteCounts method to database for IPv4/IPv6 route counts
- Use metrics tracker in PrefixHandler for route update rates
- Remove snapshotter entirely as database contains all information
- Update tests to work without routing table
2025-07-28 03:02:44 +02:00
..
database.go Remove RoutingTableHandler and snapshotter, use database for route stats 2025-07-28 03:02:44 +02:00
interface.go Remove RoutingTableHandler and snapshotter, use database for route stats 2025-07-28 03:02:44 +02:00
models.go Add live routing table with CIDR mask length tracking 2025-07-28 01:51:42 +02:00
schema.sql Simplify peerings table to store AS numbers directly 2025-07-28 02:36:15 +02:00
slowquery.go Add custom logger with source location tracking and remove verbose database logs 2025-07-28 01:14:51 +02:00
utils.go Initial commit: RouteWatch BGP stream monitor 2025-07-27 21:18:57 +02:00