Skip to content

application-research/edge-vertex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Edge-Vertex

Edge-URID aggregator

It runs as a daemon, queries a list of edge-urid instances and pushes their contents into DDM for deal management

Setup

  1. specify an edge.json file containing a list of the edge URIs to be aggregated into ddm ex)
[
  "https://dev-hivemapper.edge.estuary.tech",
  "https://dev-site2.edge.estuary.tech"
]

Note: This file can be edited at any time to add or remove edge URIs, a daemon restart is not required

  1. run edge-vertex and provide env vars or flags so it can access DDM api
edge-vertex daemon \
  --ddm-api https://delta-dm.estuary.tech \
  --ddm-token <token> \
  --interval 60 \ # optional, defaults to 60 seconds
  --edge-file edge.json \ # optional, defaults to edge.json
  --debug  # optional, more verbose logging
  1. Check log output for log output if anything fails

DDM Set-Up

  • Tag that is present on edge must also exist as a dataset name in DDM, otherwise it will simply not add the content
  • untagged content is not supported yet

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published