Re: neocons get record from cypher query

2015-09-20 Thread bmcferren
Could you please elaborate on how you came to a solution here and the syntax involved in accessing that property? After calling neo4j with neocons (cy/tquery conn node-query {:_nodeid _nodeid}), how do you perform accessing functions to get property values from the keys that are returned from the

Re: neocons get record from cypher query

2015-05-17 Thread Sam Raker
Figured it out: `neocons.rest.records/instantiate-record-from` does the trick. On Sunday, May 17, 2015 at 7:09:35 PM UTC-4, Sam Raker wrote: > > I'm using neocons to put some data into a Neo4j database. I need to create > relationships between nodes I've just created and nodes in the DB. I can't