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! Merge multiple relationship with ID

Here you can see all nodes connected with a single ID but when try to apply Cypher query to merge all data and export as table form it is not working. I have used a match query but the data is not showing correctly. My expected output in CSV will b...

3X_4_c_4ceb6a41213581c9848431f77c13ec3eeb4c988d.png 3X_8_8_88a1823915d397fe094727d56f98fbfda53bcc17.png

Resolved! Match where end nodes share same property value

I would like to match a path where the end nodes share the same property value. Let me use Neo4J's classic movies dataset to illustrate my question Suppose I want to find out scenarios where a director has a working relationship with two or more acto...

3X_b_2_b21c7a48e7c5236f9f47a1c502c28838a9305ad3.jpeg

apoc.path.spanningTree - Return Single Node

I have a graph that represents a file system. The purpose of the code below is to take any file paths passed in as parameters, match them to nodes in the graph, then find all of the their children. One of the file paths in the parameter "filepaths" r...

Resolved! Multiple relationshipProjection for degree centrality

I have unit nodes and event nodes that are connected with 2 types of relationships named "FROM" and "TO". There are multiple event nodes and they are connected with another different relationship ("NEXT") I want to calculate degree centrality of unit...

Pearson Similarity Question

Hello I could not find any info or scientific paper about recommended data density for person similarity and matrix factorisation. I want to use them in my university project. Any hint with source would be helpful!

szergg by Node
  • 437 Views
  • 1 replies
  • 0 kudos

Check if node exists - proposal for a new APOC-function

Hello, I would like to suggest that in the next version of APOC a new function could be implemented which checks, if a certain node with a specific value in a property exists or not. For example: apoc.node.exist(u:User {user_email: "abc@xyz.at"}) The...

janezic by Graph Voyager
  • 1670 Views
  • 10 replies
  • 3 kudos

Optimization of Cypher query to create nodes

Hi, I am trying to do the following: Getting a unique list of a property (prop1) from Node1 based on certain conditions.Using this list to call an API. The API can accept a max of 500 values and so Step 1 has that restriction built in to get 500 per ...

Protip: cypher vs apoc weekdates

A recent bit of Cypher query debugging reminded me that dates are complicated as a data value. The query was iterating through a collection of nodes with creation date timestamps, which were then being bucketed into weeks of the year. The problem was...

3X_e_f_ef74f99764899337a6f179f22907cad69960ed28.png 3X_e_8_e8644766bbb9b5360c6d0217ab7ef69503a86877.jpeg
abk by Neo4j
  • 369 Views
  • 1 replies
  • 2 kudos