Expand description
RIPE NCC RIS Live source plugin for Drasi.
This source consumes real-time BGP messages from RIPE RIS Live over WebSocket and maps them to a graph model:
(:Peer)nodes(:Prefix)nodes(peer)-[:ROUTES]->(prefix)relationships
Re-exports§
pub use config::RisLiveSourceConfig;pub use config::StartFrom;
Modules§
- config
- Configuration for the RIPE NCC RIS Live source.
- descriptor
- RIS Live source plugin descriptor and configuration DTOs.
- mapping
- BGP-to-graph mapping logic for RIS Live source messages.
- messages
- RIPE RIS Live protocol message types.
- stream
- WebSocket stream processing for RIS Live.
Structs§
- RisLive
Source - RIS Live source implementation.
- RisLive
Source Builder - Builder for
RisLiveSource.