routewatch/internal
sneak 54bb0ba1cb Simplify peerings table to store AS numbers directly
- Rename asn_peerings table to peerings
- Change columns from from_asn_id/to_asn_id to as_a/as_b (integers)
- Remove foreign key constraints to asns table
- Update RecordPeering to use AS numbers directly
- Add validation in RecordPeering to ensure:
  - Both AS numbers are > 0
  - AS numbers are different
  - as_a is always lower than as_b (normalized)
- Update PeeringHandler to no longer need ASN cache
- Simplify the code by removing unnecessary ASN lookups
2025-07-28 02:36:15 +02:00
..
config Remove debug logging for withdrawals without origin ASN 2025-07-28 02:07:33 +02:00
database Simplify peerings table to store AS numbers directly 2025-07-28 02:36:15 +02:00
logger Format logger source location as file.go:linenum 2025-07-28 01:16:29 +02:00
metrics Initial commit: RouteWatch BGP stream monitor 2025-07-27 21:18:57 +02:00
ristypes Initial commit: RouteWatch BGP stream monitor 2025-07-27 21:18:57 +02:00
routewatch Simplify peerings table to store AS numbers directly 2025-07-28 02:36:15 +02:00
routingtable Add live routing table with CIDR mask length tracking 2025-07-28 01:51:42 +02:00
server Add live routing table with CIDR mask length tracking 2025-07-28 01:51:42 +02:00
snapshotter Add custom logger with source location tracking and remove verbose database logs 2025-07-28 01:14:51 +02:00
streamer Add custom logger with source location tracking and remove verbose database logs 2025-07-28 01:14:51 +02:00
templates Add live routing table with CIDR mask length tracking 2025-07-28 01:51:42 +02:00