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.

villadsclaes2
Node Link
since ‎10-27-2021
‎02-07-2023

User Statistics

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

User Activity

I am trying to make a search field, where i want the searchresults while typing. Therefore it needs to be VERY fast (at least somewhat as fast as typing, which is under .3 seconds pr. character)     MATCH (n)<-[:Mark]-(m) WHERE m.name CONTAINS "Vill...
When importing a CYPHER with nodes and relationships from another graph into desktop neo4j. This takes forever.  Did I export the CYPHER wrongly, and if so, how is the fastest way to export CYPHER and import CYPHER again in another database. Please ...
I have used CALL apoc.export.cypher.all(null,{format: "plain", useOptimizations: {type: "UNWIND_BATCH", unwindBatchSize: 20},stream:TRUE }) YIELD file, batches, source, format, nodes, relationships, properties, time, rows, batchSize RETURN *    ...
I am trying to connect to the Aura-DB and recieves this error: The URI-scheme is unsupported. I was using bolt before, but with the neo4j+s it is not connecting. What should be done to connect to the Aura-DB