Bots From Extension: neo4j
Neo4j GraphDB
This extension provides 7 bots.
Bot @neo4j:add-graphdb-relationship
Bot Position In Pipeline: Source Sink
Add Topology Relationships to GraphDB
This bot expects a Restricted CFXQL.
Each parameter may be specified using '=' operator and AND logical operation
Following are the parameters expected for this Bot
Parameter Name | Type | Default Value | Description |
---|---|---|---|
nodes_table* | Text | Specify nodes table name in graphdb | |
edges_table* | Text | Specify edges table name in graphdb | |
node_id_col* | Text | None | Specify name of node_id column in nodes table |
edges_id_col1* | Text | Specify name of edges column in edges table | |
edges_id_col2* | Text | Specify name of edges column in edges table | |
edges_rel_col* | Text | Specify relation type column in edges table |
Bot @neo4j:add-index-graphdb
Bot Position In Pipeline: Source Sink
Add index to GraphDB
This bot expects a Restricted CFXQL.
Each parameter may be specified using '=' operator and AND logical operation
Following are the parameters expected for this Bot
Parameter Name | Type | Default Value | Description |
---|---|---|---|
table_name* | Text | Specify name of the table to create index on in graphdb | |
attr_id* | Text | Specify name of column to create index on |
Bot @neo4j:delete-data-from-graphdb
Bot Position In Pipeline: Sink
Upload data to GraphDB
This bot expects a Restricted CFXQL.
Each parameter may be specified using '=' operator and AND logical operation
Following are the parameters expected for this Bot
Parameter Name | Type | Default Value | Description |
---|---|---|---|
table_name* | Text | Specify table name to upload data to graphdb |
Bot @neo4j:delete-graphdb-relationship
Bot Position In Pipeline: Source Sink
Delete Topology Relationships from GraphDB
This bot expects a Restricted CFXQL.
Each parameter may be specified using '=' operator and AND logical operation
Following are the parameters expected for this Bot
Parameter Name | Type | Default Value | Description |
---|---|---|---|
table_name* | Text | Specify nodes table name in graphdb |
Bot @neo4j:delete-index-graphdb
Bot Position In Pipeline: Source Sink
Delete index from GraphDB
This bot expects a Restricted CFXQL.
Each parameter may be specified using '=' operator and AND logical operation
Following are the parameters expected for this Bot
Parameter Name | Type | Default Value | Description |
---|---|---|---|
table_name* | Text | Specify name of the table to delete index on in graphdb | |
attr_id* | Text | Specify name of column to delete index on |
Bot @neo4j:upload-to-graphdb
Bot Position In Pipeline: Sink
Upload data to GraphDB
This bot expects a Restricted CFXQL.
Each parameter may be specified using '=' operator and AND logical operation
Following are the parameters expected for this Bot
Parameter Name | Type | Default Value | Description |
---|---|---|---|
table_name* | Text | Specify table name to upload data to graphdb | |
mode | Text | create | Specify mode for insertion of data create/update |
batch | Text | 1000 | Specify batch size |
merge_key | Text | Specify merge key column in case of table update | |
timeout | Text | 60 | Specify timeout for bot |
Bot @neo4j:upload-to-graphdb-from-dataset
Bot Position In Pipeline: Sink
Upload data to GraphDB from a dataset
This bot expects a Restricted CFXQL.
Each parameter may be specified using '=' operator and AND logical operation
Following are the parameters expected for this Bot
Parameter Name | Type | Default Value | Description |
---|---|---|---|
table_name* | Text | Specify table name to upload data to graphdb | |
dataset_name* | Text | Specify dataset name to upload data to graphdb | |
mode | Text | create | Specify mode for insertion of data create/update |
batch | Text | 1000 | Specify batch size |
merge_key | Text | Specify merge key column in case of table update | |
timeout | Text | 60 | Specify timeout for bot |