Neo4j

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

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