routewatch/internal/database
sneak ae89468a1b Remove routing table and snapshotter packages, update status page
- Remove routingtable package entirely as database handles all routing data
- Remove snapshotter package as database contains all information
- Rename 'Connection Status' box to 'RouteWatch' and add Go version, goroutines, memory usage
- Move IPv4/IPv6 prefix counts from Database Statistics to Routing Table box
- Add Peers count to Database Statistics box
- Add go-humanize dependency for memory formatting
- Update server to include new metrics in API responses
2025-07-28 03:11:36 +02:00
..
database.go Remove routing table and snapshotter packages, update status page 2025-07-28 03:11:36 +02:00
interface.go Remove routing table and snapshotter packages, update status page 2025-07-28 03:11:36 +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