Skip to main content

Crate drasi_source_ris_live

Crate drasi_source_ris_live 

Source
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§

RisLiveSource
RIS Live source implementation.
RisLiveSourceBuilder
Builder for RisLiveSource.