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.

matt3
Node Link
since ‎12-24-2019
‎06-01-2022

User Statistics

  • 5 Posts
  • 0 Solutions
  • 2 Kudos given
  • 0 Kudos received

User Activity

I am attempting to generate my first hello world (using vb.net ) but am running into the following error Dim driver As IDriver = GraphDatabase.Driver("bolt://localhost:7687", AuthTokens.Basic("neo4j", "password")) Dim session As IAsyncSession = drive...
I have graph that looks something like this MATCH (s {address:"0xb64ef51c888972c908cfacf59b47c1afbc0ab8ac"})<-[:Transfer*]-(t) RETURN s,t I would like to filter by the relationship property where the value > 0.6 , how do i go about this ?
Kudos given to