Dgraph

Extension that contains activities to perform upsert operations against Dgraph database
  • Connector : A Dgraph connector is a component to store your Dgraph server connection information. Activities which connect to the same Dgraph connector would connect to the same Dgraph server instance
  • DgraphUpsert : A DgraphUpsert activity consumes the graph entities from BuildGraph activity and inserts/updates them to Dgraph server

Last modified December 3, 2020: move docs (4458cdf)