Database Reference
In-Depth Information
13. Next, execute the Cypher queries given in Chapter 3 , Pattern Matching in Neo4j ,
under the Read-only Cypher queries section for creating a sample movie dataset.
14. Open SoapUI or any other tool for executing a POST REST request with the fol-
lowing configurations:
◦ Request method type: POST
◦ Request URL: https://localhost:7473//db/data/ext/
GraphTraversal/graphdb/graph_traversal
◦ Request headers: Accept: application/json; char-
set=UTF-8 and Content-Type: application/json
◦ JSON as requests parameter: {"name" : "Sylvester Stal-
lone"}
15. Execute the REST request and you will see the results as a JSON response.
Search WWH ::




Custom Search