bgpkit Profile Banner
BGPKIT Profile
BGPKIT

@bgpkit

Followers
1K
Following
408
Media
105
Statuses
328

Open-source #BGP data processing toolkit. Built with ❤️ by @heymingwei @[email protected]

San Diego, CA
Joined September 2021
Don't wanna be here? Send us removal request.
@bgpkit
BGPKIT
1 year
🚀 bgpkit-broker v0.7.1 released! In this release we added 8 newly added RouteViews collectors to our database. If you run your own instance, update the binary and restart the service and it should automatically bootstrap for these new collectors.
Tweet media one
0
2
6
@bgpkit
BGPKIT
4 days
We are obsessed with our API uptime, because production systems are relying on us. Check it out at
Tweet media one
0
1
6
@grok
Grok
2 days
Generate videos in just a few seconds. Try Grok Imagine, free for a limited time.
703
3K
9K
@bgpkit
BGPKIT
1 month
RT @heymingwei: My experience on building a #BGP data search API with @bgpkit and deploy on @CloudflareDev Containers. It just works!. http….
Tweet card summary image
blog.bgpkit.com
Learn how to run a BGP data search API using BGPKIT on Cloudflare Containers for efficient data processing and deployment
0
3
0
@bgpkit
BGPKIT
2 months
🚀 pybgpkit and pybgpkit-parser v0.6.0 relased with support for Python 13, and updated pyo3 to the latest version for Rust-to-Python porting performance.
Tweet card summary image
github.com
Highlights Update bgpkit-parser to v0.11.0, which includes several bug fixes and performance improvements. Add support for Python 3.13. Breaking changes The Elem class's fields can only be a...
0
2
3
@bgpkit
BGPKIT
2 months
🚀 bgpkit-parser v0.11.1 release fixed an issue where parsed NRLI next_hop attribute not properly passed to the BgpElem objects. The issue resulted in some BGP messages incorrectly appeared to have no next_hop values.
0
2
4
@bgpkit
BGPKIT
4 months
RT @heymingwei: I'll spend my next few weekends building irrkit, a Rust SDK for accessing IRR information from major registries. I'll be re….
0
3
0
@bgpkit
BGPKIT
4 months
🚀 as2org-rs v1.0 released! This crate provides access to CAIDA's as2org dataset and allow checking organization by ASN or looking up sibling ASes. The 1.0 release also includes a fix of potential latin-1 encoding issue in the organization names.
Tweet card summary image
github.com
Rust library for accessing CAIDA AS to organization dataset - bgpkit/as2org-rs
0
3
7
@bgpkit
BGPKIT
5 months
🚀 bgpkit-broker v0.7.10 is out now! This update includes support for the route-views8 collector and adds a new feature to identify missing collectors. We also resolved an issue that might lead to API crashes and tidied up the library dependencies. #BGP
0
0
2
@bgpkit
BGPKIT
5 months
🚀 bgpkit-broker v0.7.7 released with support of new RouteViews collectors and improved documentation on installation. See the release note for more info:
Tweet card summary image
github.com
Highlights Fix installation instruction for cargo Change @0.7 to @^0.7 to correctly use the latest v0.7.x version. Add recently added RouteViews collectors new collectors are interlan.otp (Rom...
@heymingwei
Mingwei 🦀🦋
5 months
@anurag_bhatia The new collectors are now on the broker. Let me know if you encountered any other issues. Cheers!.
Tweet media one
0
4
9
@bgpkit
BGPKIT
5 months
🚀 New version: bgpkit-parser v0.11.0. Highlights include: standardized string outputs and filter by BGP community values, enhanced message filters based on ASN, a new `local` functionality to reduce deps, and a fix for the withdrawal parsing in RIS live.
Tweet card summary image
github.com
Breaking changes removing string format prefix like lg: or ecv6 for large and extended communities users who work with community value strings will have a unified experience for all community val...
0
2
7
@bgpkit
BGPKIT
8 months
monocle is now on the official homebrew repository. Existing and new users can now install monocle by "brew install monocles", no more taps necessary.
Tweet media one
0
0
4
@bgpkit
BGPKIT
8 months
RT @anurag_bhatia: Tired of injecting full collectors routes in lab BGP? Well, @heymingwei has a great solution! . Latest BGPKit monocle v0….
0
2
0
@bgpkit
BGPKIT
8 months
🚀 Monocle version 0.7 is out! It features "monocle ip" for quickly retrieving public IP details and "monocle parse" with MRT file export. Learn more at
github.com
New Features monocle ip command Add a new monocle ip command to retrieve information for the current IP of the machine or any specified IP address, including location, network (ASN, network name) a...
0
2
6
@bgpkit
BGPKIT
9 months
We have now switched to self-hosted instance and the broker API should be back online now. Apologies for the inconvenience and we will diversify the deployment platforms soon.
0
0
0
@bgpkit
BGPKIT
9 months
BGPKIT Broker API is affected by flyio outage. We will keep monitoring the status, and investigate alternative hosting solutions soon.
Tweet card summary image
status.flyio.net
1
2
7
@bgpkit
BGPKIT
9 months
bgpkit-parser community value filtering support coming soon. Supports filtering regular, large, or extended communities. Filtering by community will also be integrated to monocle when it lands.
Tweet media one
0
1
2
@bgpkit
BGPKIT
9 months
New release 🚀 bgpkit-parser v0.10.11 release introduced improved RIS Live message types and parsing; fixed a bug where AS_TRANS (23456) not properly translated to real ASN in some cases. Full release notes at
Tweet card summary image
github.com
Highlights Improved RIS Live message types and handling clean up dependencies models feature is removed, and all dependencies are now required dependencies for the crate models module no-longer r...
0
2
5
@bgpkit
BGPKIT
9 months
New release 🚀 bgpkit-broker v0.7.6 release added a few functions in the SDK to list BGP collector peers and additional info for them. This allows users to filter data from only full-feed peers as an example. Full release notes at
Tweet card summary image
github.com
Highlights migrate default broker API endpoint to https://api.bgpkit.com/v3/broker Full API docs is available at https://api.bgpkit.com/docs add get_peers to BgpkitBroker struct fetches the li...
0
5
7
@bgpkit
BGPKIT
10 months
BGPKIT Broker status page rewritten in #Svelte5 and now includes a new table showing all collector peers information, including their IP, ASN, number of v4/v6 prefixes they see. It now also shows the full-feed peers currently out there. Check it out at
Tweet media one
Tweet media two
0
8
14
@bgpkit
BGPKIT
10 months
Having a mac-mini laying around? Users can now start a bgpkit-broker service with homebrew "brew services start bgpkit-broker". Available endpoints includes /health, /latest, /search, all at port 40064. Run "brew update && brew reinstall bgpkit/tap/bgpkit-broker" to get started.
Tweet media one
0
4
4
@bgpkit
BGPKIT
1 year
🚀 bgpkit-broker v0.7.4 released! This release added default timeout for crawlers to prevent main process from stuck, improved health check endpoints and reduced Docker image by half! .docker run --rm -it -p 40064:40064 bgpkit/bgpkit-broker:latest.
0
3
5