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

Problem with Neo4j adapter installation

Hello! I'm trying to use Community server version on Centos. As per instructions, before installing I need install openjdk 11 (installed) and Neo4j adapter - and I have problem with adapter installation: [MIRROR] neo4j-java11-adapter.noarch.rpm: Curl...

Should I trust my results? OperationTypeMetricsManager Error recording runtime - reported value exceeds maximum allowed. Time reported as maximum

Hello, I am trying to run the LDBC Benchmark (SF100) on an experimental JVM, but when I am trying to use some really big numbers (eg. operation_count=168649, ldbc.snb.interactive.LdbcQuery5_freq=78, ldbc.snb.interactive.LdbcQuery5_enable=true, all Ld...

Memory requirements on new cluster with read replicas

Hi I am looking for some guidance on resource allocation for setting up a causal cluster with read replicas. We have been experimenting for some time with a single server instance, and have reached a point where we need to scale, due to data size. Da...

PeteM by Node Clone
  • 326 Views
  • 0 replies
  • 0 kudos

Validating Shortest-Path status inside another Path

Problem MERGE (Z1:Z {z_id : 'z1'})-[:HAS_CHILD]->(z2:Z {z_id : 'z2'})-[:HAS_CHILD]->(z3:Z {z_id : 'z3'})-[:HAS_CHILD]->(z4:Z {z_id : 'z4'})-[:HAS_CHILD]->(z5:Z {z_id : 'z5'}) Create (x1:X {x_id: 'x1'})-[:HAS_OBJ]->(y1: Y {y_id: 'y1'})-[:HAS_OBJ]->(...

3X_4_6_468ba6356adc0fc2d677359f4ee93049762294b7.png
nima by Node Link
  • 413 Views
  • 1 replies
  • 0 kudos

Resolved! Find the shortest path where end is

Please keep the following things in mind: Hello everybody, I have a such issue: I need to find such path where I know everything about start but don't know anything about end BUT i know that it has to be something that apply some conditions. Let's lo...

Resolved! Return distinct values from a merged collection

Hi, I'm working on a query to find probable siblings of a person in a family tree. MATCH (p: Person) WHERE id(p) = 892 OPTIONAL MATCH (p)-[:IS_CHILD_OF]->()<-[:IS_CHILD_OF]-(prop) OPTIONAL MATCH (p)-[:IS_SIBLING_OF]-(actualSibling)-[:IS_SIBLING_OF*...

3X_c_0_c03ccc6ecb4c92cde18d7973f5d87518bdd93cc4.png

Installing APOC's

Hello - Sometime back I installed Neo4j 4.2.2-1 on the Linux system. Can anyone suggest to me how to install the APOC plugins (apoc.text.lpad) on Linux?

Resolved! Graph algorithms for Machine Learning

Is Machine Learning (ML) a type of problem that can be treated 100% in a graph? In the book "Graph Algorithms" by Mark Needham, at chapter "Using Graph Algorithms to Enhance ML", data stored in neo4j is read to spark using the createDataFrame method ...

a10554 by Graph Buddy
  • 928 Views
  • 3 replies
  • 2 kudos

Query taking a lot of time

Hello all, I am using this query to extract products similar to a product in a certain category within a price range and it is taking a lot of time. **match(p1:Product) ** with p1 limit 5000 match(p1)<-[:HasProduct]-(c:Category)-[:HasProduct]->(p:Pro...

2X_6_6325637b25e0bb1956969c8a6890f820683dee00.png 2X_c_ca1b7da3c799b58ccc6ad945e6461ba249967147.png