Hi Keith,

I've written an introduction to using the official drivers with nodejs.  
Essentially, you'll create a single instance of the driver in your 
application and use it to create a session each time you run a cypher 
query.   
https://www.adamcowley.co.uk/javascript/using-the-neo4j-driver-with-nodejs/

Your CRUD operations should be performed in Cypher queries.  I've written a 
library called neode which takes care of CRUD boilerplate.  
https://github.com/adam-cowley/neode

The other active project that I know about for Neo4j is OGMNeo:
OGMNeo: https://github.com/LucianoPAlmeida/OGMNeo

I also recently created a gist for a colleague which used the driver as 
middleware in an express application.
https://gist.github.com/adam-cowley/0e86d581d3e416045bd407291d53ac73

This only has a read query but if you'd like more guidance, just shout.  
The Neo4j Slack channel is also a great resource if you need help.

Cheers,
Adam

On Sunday, March 18, 2018 at 12:21:30 AM UTC, Keith Van Eaton wrote:
>
> Hi Alex,
>
> I'm new to node.js and have been looking for documentation for a simple 
> CRUD app. Not much out there for a neo4j / node platform.
> Would you be willing to share the code to your app (assuming it's a CRUD 
> app)? Or would you be able to point me to a git repo?
>
> Many Thanks,
>
> Keith
>
>
> On Friday, September 26, 2014 at 6:16:57 AM UTC-7, Alex Frieden wrote:
>>
>> Hi everyone,
>> I have a working neo4j express node.js application.  However I want to 
>> add in authentication, does anyone have any working passport or such 
>> node-neo4j examples?  I wasn't able to get it to work on my own.  
>>
>

-- 
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 neo4j+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to