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.

Forum Posts

Beta Opportunity for Neo4j Workspace

Introducing Neo4j Workspace We’re inviting you to check out Neo4j Workspace. Workspace combines our most powerful graph tools (Data Importer, Bloom, and Browser) all in one place to help you get up and running with graph databases faster. For experie...

Screen Shot 2022-10-14 at 12.48.07 PM.png
TrevorS by Community Team
  • 943 Views
  • 1 replies
  • 0 kudos

About the Neo4j Graph Platform Category

The Neo4j Graph Platform includes the core database and all the technologies surrounding the database, making it useful and accessible for a lot of different users. When asking a question, please select a descriptive label that best matches your quer...

Neo4j-graph-database-to-graph-platform.png
yolande by Community Team
  • 1183 Views
  • 1 replies
  • 1 kudos

Using APOC with test harness in 5.x

Hi, I'm trying to migrate from Neo 4.x to 5.x.  My test suite uses the test harness (org.neo4j.test:neo4j-harness:5.2.0) to test the queries my application uses.  Some of the queries use APOC procedures and functions. Prior to 5.x, I could use APOC i...

mos20 by Node
  • 428 Views
  • 2 replies
  • 0 kudos

DELETE all data from AuraDB

I was trying to delete all data from the database. And I keep having issues.  First, I was told just to stop the server and delete "/data" but it's not possible on AuraDB, and generally it's the wrong solution for the script I'm writing.  Second, it ...

gryfit by Node Link
  • 443 Views
  • 4 replies
  • 0 kudos

Finding a right schedule between two nodes.

Team, I am exploring Neo4j Graph (GDS) solution for one of my critical problems. I want to find out the shortest route between DC and stores, where DC is connected to multiple stores and stores have multiple schedules with CutOff, Departure, and Arri...

Error while reading from neo4j into spark

I follow the steps in (Quickstart - Neo4j Spark Connector) and use the following package: $SPARK_HOME/bin/spark-shell --packages neo4j-contrib:neo4j-connector-apache-spark_2.12:4.0.1_for_spark_3 Now, in spark shell, when I try to execute this (mentio...

Local timezone ignored

I'm unable to get localdatetime() working on any DBMS as documented and so can't correctly add useful timestamps i.e. "localtime() returns the current LocalTime value. If no time zone parameter is specified, the local time zone will be used." https:/...

michela by Node Clone
  • 335 Views
  • 3 replies
  • 0 kudos

Stop the physics simulation in neovis.js

I draw correctly the graph using neovis.js, but I want to stop the physics simulation. Reading the documentation, I tried to use the method stabilize() in this way let content = new NeoVis.default(config); content.render(); content.stabilize(); But ...

lx2pwnd by Node Clone
  • 973 Views
  • 1 replies
  • 0 kudos

TypeError: Unit of work is not callable

Please I have challenge: Although the function as illustrated below, is defined correctly as a callable function taking 2 arguments, tx and path, and it is being passed correctly as the first argument to session.execute_write(fn, path). I get the err...

Screenshot 2023-01-30 at 15.43.25.png
Reuben by Graph Buddy
  • 811 Views
  • 7 replies
  • 0 kudos