Hello.
Is there any library, programatic, for updating a graph based on a text string. MATCH (LHS MATCH (a)-) is a given. So query something like:
[:LOGS]->(b)-[:FEATURES]->(c)
Lowest common denominator? is bash/cli type pipe, ie pipe above text into neo4j shell and relationship gets created.
thank you