GRAPH.QUERY¶
This command executes the given query against a specified graph.
Timeout
The default timeout for Redis Data Source is set to 10 seconds and can be increased following the Configuration.
Parameters¶
Parameter | Description |
---|---|
Key | RedisGraph key |
Cypher | The syntax is based on Cypher, and only a subset of the language currently supported |
Data Frames¶
Name | Description |
---|---|
nodes | Nodes in the Node Graph panel's format, if returned |
edges | Edges in the Node Graph panel's format, if returned |
data | Formatted data returned by the query |
metadata | Metadata related to the query execution |
Streaming¶
Streaming is not supported.
Visualization¶
- Node Graph (Grafana 7.4+)