Neo4j Bolt driver wrapper for Angular

Let me introduce the module I created for using Neo4j Bolt driver for JavaScript from the Angular application. A special browser version of the driver supports connecting to Neo4j over WebSockets.

https://www.npmjs.com/package/angular-neo4j

On GitHub: https://github.com/webmaxru/angular-neo4j
PRs are welcome!

Maxim Salnikov

3 Likes

Nice work Maxim! So it looks like from the README you have a situation where the user is entering their username/password into your angular app to use with the database, is that right?

It looks like a pretty easy way to plug in a neo4j connection into any angular app. What kind of apps are you writing with this?

2 Likes

Thank you, David!
Yes, in the simplest (backendless) setup the user enters neo4j credentials in the app's UI dialog. That works fine for the internal tools/helpers I build to support my team's experiments on relationships-based identity management at ForgeRock. My teammates had a session at GraphConnect about Access Management: Injecting Identity into the Graph

1 Like