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

Resolved! Is the query right?

Can someone confirm if the above query right at line 9, if so can someone explain me what does "i" here mean, like what does it represent or point? The above code was a part of Turn a Harry Potter Book into a Knowledge Graph | by Tomaz Bratanic | Ne...

3X_3_9_39ebbbb8cdc49dae274b40948051e9e1e57fa30a.png

Limited issue request

Let's say I sent a querie to receive data. I received an answer that contains 100,000 objects. If every user sends such requests, then the memory will quickly end. My task is for the user to submit a request and get 10 valid results. Then I clicked n...

What to alert on?

Hello! I have a wonderful set of metrics exposed in Prometheus regarding the cluster/db health. However, I am not too sure what would be good to alert on? I am a bit of a newbie. Of course, I have standard alerts on the following: whether the node is...

Connect all nodes in a group with each other

Say I have a group of nodes called "books" from some match statement like "MATCH(books:Book{year:2019})." I want to create a relationship between every pair of nodes in this group. So say "books" consists of book1, book2, and book3. I want to create...

ldj20 by Node Link
  • 736 Views
  • 4 replies
  • 2 kudos

Failed to load apoc

Hello, I am trying to install APOC 3.5.0.5 on Neo4j Community Edition 3.5.12. I put the jar in the plugins folder and added dbms.security.procedures.unrestricted=apoc.* to the conf file to let it use the internal api. I get a lot of unable to load st...

Adrian by Node
  • 3475 Views
  • 8 replies
  • 6 kudos

Resolved! LOAD CSV long loading times

I know this question has been asked many time, but from those threads I didn't get any straight solutions that would solve my loading times I am pretty sure my loading times are taking too long, and I am not sure is it the code or the software or the...

Efficient Queries

I currently have this query that is taking too long to run on my personal computer. I am just using Neo4j Desktop. call apoc.periodic.iterate('match(c:Channel) with c match(p:Pulse_interaction) where p.pulse_interaction_id = c.pulse_interaction_id se...

Neo4j not executing all code blocks in single query

Hi everyone. Is there a reason neo4j would only show the results of certain parts of my query? I am executing a query with about 9 blocks (each block ended with a semicolon), but when I see my graph, not all labels are showing. The only ones showing ...

asharpe by Node Clone
  • 454 Views
  • 1 replies
  • 1 kudos

Benchmark/performance testing for Neo4j

Hi all. Has anyone ever done their own benchmarking/performance testing for Neo4j and wouldn't mind sharing their documentation? I would just like to see an overview of what queries you ran and other factors you considered. Also, does Neo4j provide t...

asharpe by Node Clone
  • 720 Views
  • 1 replies
  • 0 kudos