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

Resolved! How to query nodes conditioned on another query?

For example, I have Product nodes and Category nodes. Some nodes are both Product and Category and created separately, not created with multiple labels. Product(A) Category(B) If A.name = 'Smart Phone' and B.name='Smart Phone'. How to write a query ...

lingvisa by Graph Fellow
  • 783 Views
  • 5 replies
  • 1 kudos

Node static types / Schema

I have literally just downloaded and started played around with neo4j an hour ago so I am sorry if this question is basic, I tried to find the answer on google though but couldn't find it. For my startup product I have a lot of data structured as a D...

Resolved! Apoc installation

hello everyone i am having some problem in using/installing Apoc on neo4j server first i have put jar file in neo4j-home-plugins directory and then i am using the following configuration dbms.security.procedures.unrestricted=gds.*,apoc.* dbms.secur...

shubham by Node Clone
  • 1700 Views
  • 8 replies
  • 1 kudos

Neo4j's connected component algorithm

For example, there are A, B, C, D, E, F, G, H, I, J, K, L, M, N 14 nodes. A, B, C, D, F, L have a common attribute value x is defined as x community. C, D, E, G, L have a common attribute value y is defined as y community. F, H, I, M have a common at...

2X_f_fab4093f00a8d25e2f91322217206e4bb2695a22.jpeg

Ever growing amount of Rolled back Read Transactions

Hi there, We are experiencing, since ever, and evergrowing amount of rolled back read transactions. I can't find anything neither in the query.log, debug.log nor Haling Tool (Queries tab) that happens so often or can generate that many reads or opera...

2X_1_1855d397e15519fad018e527896e2f7a64c1d83d.png
elwosto by Node Clone
  • 494 Views
  • 0 replies
  • 0 kudos

Checkpoint failed no nio in java.library.path

Hello, I'm working on a project that is utilizing neo4j. My knowledge with it is a bit limited so I apologize if this question is a bit simplistic. We ran across an issue where our neo4j server went down. Looking at the logs I'm having troubling narr...

erflor by Node
  • 725 Views
  • 0 replies
  • 0 kudos

Query Taking Time

Hii Everyone , Here is my query for extracting the products for each customers match(p1:Customer) with COLLECT(distinct p1.CustomerId ) as ws unwind ws as ws1 match(p:Customer{CustomerId: ws1})-[x:InteractsWith]->(pr:Product)<-[:HasProduct]-(c:Catego...

shubham by Node Clone
  • 738 Views
  • 4 replies
  • 0 kudos

Resolved! Doubt about clause: SET-CASE-WHEN-THEN

Hi. Recently i've posted a query(then solved) that was to sum string values, and if a label was upper that value it was returned like some kind of fraudulent entity. Here's my query: Match (e1:ENTIDADE) -[c:CONTRATO]->(e2:ENTIDADE) With e1, sum(toflo...

2X_f_f23c73ec89daf575c89a23ebbf15396bbf2b4583.png

Resolved! Duplicate result

Hi everyone; I want to have all nodes A, but if more than one node A are linked to node B return only one: MATCH(a:A)-[:R1]->(b:B) RETURN distinct a. Can anyone help me ?

Resolved! Neo4J Enterprise Edition under Startup Program

Hi, We have got startup licence for Neo4J. I have used this link:- https://neo4j.com/docs/operations-manual/current/installation/linux/debian/#debian-installation and set up Neo4j Enterprise Edition on AWS EC2 instance. But unable to find where I put...