I've been working on Neo4j for about 4 months now, and I'm a bit stumped on 
a particular problem.
I'm making a social networking music app, and right now I'm setting up 
Neo4j for the user profile. 
Ever new user will create a node with all user information. 

1. If I wanted to create a node based of user input, do I write the Cypher 
query with a:
Match ( n:User { surname: { Inputsuranme}})
Return n 

or would the input be created on the front end using the REST API? I wanted 
to create the database before I started doing frontend dev

Please help!

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to