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
  • 923 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

Multiple VMs using the same data directories

Hi everyone. I'm a DevOps engineer at the startup I work at and I'm currently experimenting with an architecture for a Neo4j database: basically I want to have two Causal Clusters of 3 nodes each, one of which will always be off at any given time (i....

andrea1 by Node Link
  • 1180 Views
  • 5 replies
  • 0 kudos

Resolved! Grouping values with Cypher query

Hi. I posted some days ago a question about Cypher query on relationships. I repost the question here: "Suppose to have the graph below. I want to return all the nodes connected to the node A and the maximum of the values on the edges between two con...

3X_6_8_6890f6f82fb1c31b8e06d7666f2c6d47064cbcbe.jpeg 3X_1_4_149a654b9f6a68cab44875bbe562aa11fa30d4da.jpeg

Detecting cycles using Cypher

While analyzing Java code using jQAssistant I'm frequently facing the problem to detect cycles between packages or modules. My current approach is using the following query: MATCH (m1:Module)-[:DEPENDS_ON]->(m2:Module), cyclePath=shortestPath((m2...

Neo4j Export JSON Format

Greetings, Neo4j 3.5.6 Communitynodejs driver 4.3.0plugin: apoc-3.5.0.3-allnode.js I am able to run Call apoc.export.json.query and have it produce a .json file. However, trying to get my nodejs app to read this Neo4j-generated .json file as it's for...

keithave by Node Clone
  • 311 Views
  • 0 replies
  • 0 kudos

Coerce Error in APOC.create.vNode

Hi, Objective: I have a bunch of patents that I have done louvain clustering on and have written the cluster id as property. There are word relationship to the patents and I want to aggregate them to the cluster id. following an example from this Ne...

Resolved! Neo4j doesn't release memory

GDS 1.7 and Neo4j 4.3.4 What I have been observing is that, after a graph is loaded initially into the neo4j, the memory consumption isn't that high. However, if I run a training procedure on a projected graph, or do some other intensive query operat...

lingvisa by Graph Fellow
  • 768 Views
  • 2 replies
  • 6 kudos

No images in local browser guide

For a presentation I created a browser guide. I used the tutorial at: Tutorial: Create a Custom Browser Guide - Developer Guides I downloaded the example from : GitHub - neo4j-contrib/neo4j-guides: Tooling to create Neo4j Browser Guides from AsciiDoc...

Best practice for "Audit" properties

We have requirement to tag all nodes with created/modified by names and timestamps to understand when the node was created or modified. In some testing, I found that adding these 4 properties can cause longer query times depending on where the desir...