# Functions
GenerateAndStorePodInteractions generates source to destination Pod mapping and stores it in Dgraph.
GenerateAndStoreSvcInteractions parses through pod interactions and generates a source to // destination service interaction.
PopulateMappingTables updates PodToPodTable.
PopulatePodIPTable populates the podIP<->podName map.
PopulatePodToServiceTable populates the pod<->service map.
StoreProcessInteractions stores process, container to process edge, process to pods edge.
UpdatePodToPodTable ...
# Constants
KeySpliter splits the key into resource namespace and name used for processing Xids.
# Structs
InteractionsWrapper ...
Process holds the details for the executing processes inside the container.