{"id":21721843,"url":"https://github.com/bgpkit/bgpkit-broker-ui","last_synced_at":"2026-04-17T02:34:07.235Z","repository":{"id":106927606,"uuid":"486716911","full_name":"bgpkit/bgpkit-broker-ui","owner":"bgpkit","description":"UI for quickly pulling information from BGPKIT Broker","archived":false,"fork":false,"pushed_at":"2026-03-02T05:03:31.000Z","size":637,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-02T09:47:52.205Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Svelte","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bgpkit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2022-04-28T19:04:59.000Z","updated_at":"2026-03-02T05:03:34.000Z","dependencies_parsed_at":"2023-11-15T01:33:47.438Z","dependency_job_id":"69473350-0915-4ef8-b6e5-6a6c41691117","html_url":"https://github.com/bgpkit/bgpkit-broker-ui","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bgpkit/bgpkit-broker-ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bgpkit%2Fbgpkit-broker-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bgpkit%2Fbgpkit-broker-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bgpkit%2Fbgpkit-broker-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bgpkit%2Fbgpkit-broker-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bgpkit","download_url":"https://codeload.github.com/bgpkit/bgpkit-broker-ui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bgpkit%2Fbgpkit-broker-ui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31912513,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-26T02:19:16.598Z","updated_at":"2026-04-17T02:34:07.217Z","avatar_url":"https://github.com/bgpkit.png","language":"Svelte","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BGPKIT Broker Status Page\n\nThis repository contains the front-end code for BGPKIT Broker database status for the collectors and peers.\n\nThe current deployment is available at \u003chttps://status.broker.bgpkit.com\u003e.\n\n## Project Overview\n\nThe BGPKIT Broker Status Page is a web application built with SvelteKit that provides real-time information about BGP route collectors and their peers. The application displays data regarding collector status, file availability, sizes, peers connectivity, and more.\n\n## Features\n\n- **Route Collectors Dashboard**: Displays a table of all BGP route collectors, showing:\n    - Collector ID with links to data sources\n    - Data type\n    - Status (active, delayed, or deprecated)\n    - File timestamps and update times\n    - File sizes\n    - Status indicators for latest data\n\n- **Collector Peers Dashboard**: Shows information about all peers connected to collectors:\n    - Collector ID\n    - Peer IP addresses\n    - ASN information\n    - IPv4 and IPv6 prefix counts\n    - Connected ASN counts\n    - Full-feed status indicators\n\n- **Statistics Panels**: Provides quick overview metrics for:\n    - Collector statistics\n    - On-time updates statistics\n    - Peer connectivity metrics\n\n## API Integration\n\nThe application fetches data from two main BGPKIT API endpoints:\n- `https://api.bgpkit.com/v3/broker/latest` - For route collector status\n- `https://api.bgpkit.com/v3/peers/list` - For information about collector peers\n\n## Project Structure\n\n- `src/routes/`\n    - `+page.svelte` - Main page layout with tabbed interface\n    - `+page.ts` - Data loading logic\n    - `+layout.svelte` - App layout and global styles\n\n- `src/lib/`\n    - `tables/`\n        - `brokerTable.svelte` - Table component for collector data\n        - `peersTable.svelte` - Table component for peer data\n    - `stats/`\n        - `collectorStats.svelte` - Statistics about collectors\n        - `onTimeStats.svelte` - Statistics about on-time data\n        - `peersStats.svelte` - Statistics about peers\n    - `common.js` - Common utilities and constants\n    - `types.ts` - TypeScript type definitions\n\n## Getting Started\n\n### Installation\n\n1. Install dependencies:\n   ```bash\n   npm install\n   ```\n\n2. Start the development server:\n   ```bash\n   npm run dev\n   ```\n\n3. Build for production:\n   ```bash\n   npm run build\n   ```\n\n## Deployment\n\nThe application can be deployed to Cloudflare Pages or any other hosting service that supports SvelteKit applications.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbgpkit%2Fbgpkit-broker-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbgpkit%2Fbgpkit-broker-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbgpkit%2Fbgpkit-broker-ui/lists"}