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
  • 922 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
  • 1164 Views
  • 1 replies
  • 1 kudos

Resolved! Help with `apoc.periodic.iterate`

I have been working to do a massive data import using in another post. As I have been trying to figure this out I have encountered the following error: Neo.ClientError.Procedure.ProcedureCallFailed: Failed to invoke procedure `apoc.periodic.iterate`:...

Resolved! `service neo4j start` gets stuck in a restart loop

I installed the neo4j Debian package from the debian.neo4j.org/repo stable/ repo on Ubuntu 18.04 and, after adding my TLS certs, it ends up getting stuck in a restart loop with no indication in the logs of what's making it shutdown: 2019-03-09 23:29:...

Resolved! Count number of relationships per type

Let me take simple question. I'm counting the number of nodes and relationships per labels and types. I successfully can count nodes like this query. CALL db.labels() YIELD label CALL apoc.cypher.run('MATCH (:`'+label+'`) RETURN count(*) as count',{}...

m-kiuchi by Node Clone
  • 7200 Views
  • 2 replies
  • 2 kudos

Resolved! Syntax: Conditional Call Procedure

I feel like I'm being stupid, but I can't figure out how to conditionally call a (custom) procedure, and ensure a valid number is returned. Here's what I'm trying: MATCH (a { uuid: "bad-uuid" }) RETURN CASE WHEN NOT a IS NULL THEN CALL specialDe...

Jiropole by Graph Voyager
  • 1337 Views
  • 2 replies
  • 0 kudos

Neo4j Enterprise 3.5.3 available on AWS

Hi everybody, Neo4j 3.5.3 Enterprise is now available on AWS, both in clustered configurations and in single-node AMI availability! You can launch causal cluster via the AWS Marketplace here . Instructions for lauching a single instance of Neo4j Ente...

Import postgres data from VM

Hi everyone, I'm trying to import a Postgres database from a VM, and use Neo4j to visualize the graph. For a sample of such a database, I am able to load the data using ETL tools and run it on my local Windows machine using Neo4j desktop. However, wh...

2X_d_dc6d70335c1dcaf5b8cdec30de9e8521df647072.png 2X_c_cf1d47e1bbfdfbad072cc7900ec52416b6f378e0.png
yu_li by Node
  • 2050 Views
  • 8 replies
  • 0 kudos

Resolved! Syntax error

Dear Everyone, I am trying to import a CSV, but there is a syntax error that I am not seeing. After 20 mins of re-reading it, I've now turned to the community. I have added the error as a screenshot attachment.

2X_7_7ef133685786d8ba54398c06695d8d92533a1c6e.png

Running a neo4j cluster on Amazon EKS kubernetes

Hi I am trying to run a neo4j cluster on Amazone EKS using the following guide => https://github.com/neo4j-contrib/kubernetes-neo4j The guide was perfect I was able to setup the cluster without any problems. After the setup I am able to connect to th...

Resolved! Timestamp vs localedatetime

Hello everyone, I would like to know, in terms of perfomance, which one is the most optimise query and if there is any drawback. 1551966636 <= this_one.date_as_a_timestamp <= 1551988636 or localedatetime(yesterday)<= this_one.date_as_localedatetime ...

neo4j by Node Clone
  • 1417 Views
  • 5 replies
  • 1 kudos

What does PageRank coefficient mean?

Hello, I would like to understand the interpretation that I should give to the pageRank coefficient I get from neo4j. For instance, in the example you show on your webpage, the HOME node has a coefficient of 3.23. How should I interpret this number? ...

2X_e_eaf327070f04643019ea5355e78b388d6e02b787.png