cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Any idea how to get Neo4j data from Oracle PLSQL procedure?

Gosforth
Graph Buddy

I had idea to use HTTP API with query:

 `CALL db.index.fulltext.queryNodes("ProductNameIndex", "product_name: yppytyynytyydytys") YIELD node, score`
 `RETURN node.product_name as prod_desc, score`

But for some reason JSON with such command is not accepted by Neo4j http api.
Can I communicate, directly, with Neo4j in other way? Some curl?

Regards

1 REPLY 1

The HTTP API should accept any valid Cypher query. Is there any error returned that could indicate why it does not work?

Nodes 2022
Nodes
NODES 2022, Neo4j Online Education Summit

All the sessions of the conference are now available online