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
  • 855 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
  • 1118 Views
  • 1 replies
  • 1 kudos

Deprecation warning when setting properties with +=

I'm updating properties on a node using the n += {} syntax, but my cypher triggers a deprecation warning. I don't understand what I'm doing wrong, nor what the preferred syntax should be.     MATCH (v:Venue) WHERE v.addressState ="" WITH v LIMIT 1 CA...

b_d_t by Node
  • 114 Views
  • 0 replies
  • 0 kudos

Resolved! Number of relationships constraint

Hi, I am a newbie and this question may be a bit silly but anyway. Ok let's say that I have nodes defining "parents" and other nodes defining "children". Is there any way to force parents to have only one child? The parent nodes may have other relati...

Resolved! display execution plan by line

hello,  I want to compare Neo4j with RDB for the execution plan of the same query.  I executed the PROFILE clause in the browser and in cypher-shell and i prefer the output of cypher-shell, so i want to use it, but the execution plan is printed over ...

song_0-1673851590005.png
song by Node Link
  • 363 Views
  • 3 replies
  • 1 kudos

Speed differences between Cypher and Neo4jGraphQL

Hi all,I am building a react app using Neo4jGraphQL and AuraDB. I have a simple query where I want to return all the nodes of a given type. In cypher the query is    match (n: Champion) return n   Using Apollo GraphQL, the query becomes   type Query{...

ciaran by Node
  • 182 Views
  • 2 replies
  • 0 kudos

DSL Depth First Search w Domain Agnostic Logic

Depth First Search - Neo4j Graph Data Science will traverse the graph just as I need, perfect!..   I am new to DSL Land but looking forward to using it, a lot. I have a tree structure and would like to rollup (accumulate) values from the children nod...

rlukas by Node Link
  • 88 Views
  • 0 replies
  • 0 kudos

Error while configuring cluster in neo4j

I am creating a cluster with 3 primaries in AWS EC2 instance. I have enabled all the ports related to cluster in the security group. I have made all the relevant changes in the configuration file. Getting the below error when configuring the same. Pl...

Airflow connect to neo4j instance error

I have the airflow running in docker container, and trying to connect to the neo4j instance but got an error:   Traceback (most recent call last): File "/home/airflow/.local/lib/python3.7/site-packages/neo4j/_async_compat/network/_bolt_socket.py", ...

Selinachen_0-1674003917062.png

java API hello world - DatabaseStateService not found

Hi, I'm new to neo4j and trying to build and run the HelloWorldExample.java as described at https://neo4j.com/docs/java-reference/current/java-embedded/setup/ . It builds, but then gets a class not found error (stack trace below), for a class that do...

apease by Node
  • 276 Views
  • 3 replies
  • 0 kudos

Can't backup remote database using Neo4J

I'm trying to remotely back up my Neo4J database for already 2 days and nothing works. I run sudo neo4j-admin backup --backup-dir=backup --name=graph.db-backup --from=1.1.1.1:1111 --timeout=50m The files start to get saved and then simply erased aft...