2025-08-20 - Graph Use Case/GetDeepPathSearch: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Overview == : GraphHandler is a service that manages interactions with a neo4j graph database. : It acts as an interface between applications and the underlying graph database, : ensuring efficient data retrieval, updates, and analytics. == GraphHandler-GetDeepPathSearch == 2025-08-20") |
|||
| Line 5: | Line 5: | ||
== GraphHandler-GetDeepPathSearch == | == GraphHandler-GetDeepPathSearch == | ||
'''Note''' : Limitations of GetDeepPathSearchV2 | |||
: 1. Does not support the fields originTimestamp, forMatchedId, and versionedDataId. These fields may be supported later. | |||
: 2. versiondata supports only objType. | |||
: 3. checkNodeWillBeUnique setting supports only objType. | |||
: 4. Parameter send request data must be json format | |||
[[Category:Working documents| 2025-08-20]] | [[Category:Working documents| 2025-08-20]] | ||
Latest revision as of 04:53, 19 August 2025
Overview
- GraphHandler is a service that manages interactions with a neo4j graph database.
- It acts as an interface between applications and the underlying graph database,
- ensuring efficient data retrieval, updates, and analytics.
GraphHandler-GetDeepPathSearch
Note : Limitations of GetDeepPathSearchV2
- 1. Does not support the fields originTimestamp, forMatchedId, and versionedDataId. These fields may be supported later.
- 2. versiondata supports only objType.
- 3. checkNodeWillBeUnique setting supports only objType.
- 4. Parameter send request data must be json format