# xconnect-store **Repository Path**: mirrors_emicklei/xconnect-store ## Basic Information - **Project Name**: xconnect-store - **Description**: microservice for persisting xconnect configurations - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Melisco (meta-listen-connect) ## Run docker run --rm -it -p 8080:8080 -p 9080:9080 -p 8000:8000 -v ~/dgraph:/dgraph dgraph/standalone:v20.03.0 the connect problem ; finding the pink relations from nemo-load-balancer to nemo-esp # default value is "global" which indicates all used host names in this configuration are public resolveable. # if not, provide a name that identifies a container in which hostnames could be resolved. /v1/xconnect?networkscope=kramphub-valentio-production/valentio-cluster-v1/catlyn.catlyn resource.labels.project_id="team-rebooted" resource.labels.location="europe-west1-b" resource.labels.cluster_name="dgraph-cluster-v1" resource.labels.namespace_name="default" resource.labels.pod_name="dgraph-ratel-59d8d7b848-vb7ch" ------------------------- query NE { q(func: type(NetworkEndpoint)) { uid expand(_all_) } } ------------------------- query NC { q(func: type(NetworkComponent)) { uid expand(_all_) } } ------------------------- query X { q(func: type(NetworkEndpoint)) { uid expand(NetworkEndpoint) x { uid expand(_all_) } } } ------------------------- query X { q(func: type(NetworkScope)) { dgraph.type network_scope_id uid components { network_component_id dgraph.type uid connects { network_endpoint_id dgraph.type uid x { dgraph.type uid } } listens { network_endpoint_id dgraph.type uid x { dgraph.type uid } } } } }