TGDB

Extension that contains activities that perform CRUD operations against TIBCO® Graph Database
  • TGDB Connector : A TGDB connector is a component to store TIBCO® Graph Database server connection information. Activities which connect to the same TGDB connector are actually connecting to the same TIBCO® Graph Database server instance
  • TGDBUpsert : A TGDBUpsert activity consumes the graph entities from BuildGraph activity and inserts/updates them to TIBCO® Graph Database
  • TGDBQuery : With TGDBQuery activity users can build their own application to query against TIBCO® Graph Database. It supports both TGQL and Gremlin query language
  • TGDBDelete : TGDBDelete activity implements the deletion of graph entities for TIBCO® Graph Database. It takes graph entities (with primary key attributes populated) from BuildGraph then performs the deletion on them

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