cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

bruno_c
Node Link
since ‎01-16-2020
‎06-01-2022

User Statistics

  • 9 Posts
  • 1 Solutions
  • 4 Kudos given
  • 2 Kudos received

User Activity

Up to now, I managed to have my function that run the queries being able to return a result immediately. so the structure of my functions where var session = driver.session(); return session.run([QUERY]).then(result=> return result.record.map ....) I...
Hello when the 2 neo4j javascript driver will be available? I have cloned and migrated my database from 3.5 to 4.0 but now authentication doesn't work with the existing js library ....
Hi Given the html file below: <html> <body> <h2 id='KPILIST'> Blah Blah 1</h2> <div> <div> <table> <tbody> <tr><th>Col 1 Header</th><th>Col 2 Header</th></tr> <tr><td>Line 1.1 Value</td><td>Line 2.1 Header</td></tr> <tr><td>Line 2.1...
With Neo4j Desktop Neo4j browser guides are available from a browser for example via the command: http://localhost:XXXX/browser/?cmd=play&arg=query-template Can we use this server, adding to it custom web pages ? Is there any documentation available...
Hello I want to show my graph in an HTML table. Can I use browser guide technologies are is it better to build a website that query the DB?