-
Notifications
You must be signed in to change notification settings - Fork 1
6.3.4 PCC to writers
rod edited this page Aug 15, 2019
·
1 revision
All PCC data sent by PCC collector service to Rabbitmq, is consumend by the PCC to writers service. Messages are parsed for relevant values and translated into neo4j cypher query-like messages. Instead of directly updating the database with these queries, query messages are once again sent to Rabbitmq and there will be services strictly in charge of doing so.
{
"local_ip":"10.10.10.20",
"IPv4_Router_Identifier":"10.10.10.20"
}
MATCH (n:Node {IPv4_Router_Identifier: '10.10.10.20', topology_id:'mpls'})
SET n.PCC = '10.10.10.20'