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
  • 966 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
  • 1195 Views
  • 1 replies
  • 1 kudos

Resolved! List the nodes forming unrelated clusters

Hi everybody! I have a graph with a few thousand nodes which form unrelated clusters. I'd like to get a list of lists with the nodes with a certain label forming each cluster, regardless of the relation type linking them. Let's consider this simple e...

Screenshot_20230112_114223.png
masavini by Node Link
  • 899 Views
  • 7 replies
  • 1 kudos

Resolved! failing to use apoc.period.iterate() with apoc.load.json

I tried to combine apoc.period.iterate() with the below CYPHER query and keep getting errors. The json file has nodes and edges. Edges should create relationships between the nodes using source and target ids, these correspond to the node ids. The be...

luk801 by Node Link
  • 539 Views
  • 4 replies
  • 1 kudos

Resolved! Simple relational query is very slow

I have a simple relational query as below:     PROFILE MATCH(e:Entity {name:'Mona Lisa'})-[rel]->(e2:Entity) return e,rel,e2     And the query plan is as below:  "Mona Lisa" entity has 1100 relations in total - 1050 of them to Property nodes, 50 of ...

plan.png

How does FastRPExtended from gds work?

I have been working with FastRP and have started to use the extended version of the algorithm which is able to handle node properties. However, the original paper for FastRP (https://arxiv.org/pdf/1908.11512.pdf) does not have this capability, and I ...

slow query

I have a very slow query, that was ok for a long time (less that a second). But now takes minutes. The query is fast until the apoc CALL. The Business background is revising a node. ( (n)BusinessObject: PartId=BO1370, Revision:00, ... should become (...

Learning about the Neo4j repository structure

Hello there, I am conducting some research for my master thesis regarding neo4j and time-series data. For this I might need to do some changes inside the Neo4j project itself so I cloned the repository. But first I need to find out if this is realist...

GDS ShortestPath memory consumption

Hello everyone, I am trying to run an simple application which is repeatedly calculationg shortest paths on a native GDS graph projection. At application start  I create the model in the Neo4J datebase. The graph is fairly small and consists only of ...

grav17 by Node
  • 216 Views
  • 0 replies
  • 0 kudos