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

Resolved! What is wrong in this quey

Hi With this query I'm getting this error MATCH (o:Order)-[cont:CONTAINS]->(p:Product)-[r:PART_OF]->(c:Category) where EXISTS { (MATCH (:Supplier)-[:SUPPLIES]->(p))} RETURN p.productName,cont.unitPrice; Neo.ClientError.Statement.SyntaxError Neo.Clien...

Unable to connect to py2neo package

Hi everyone, I realized a problem concerning py2neo package used with Python vr3.5+ I did the following for neo4j package authentication: GraphDatabase.driver("bolt://localhost:7867", "neo4j", "password") But for py2neo package, when feeding in the...

DMF194 by Node Clone
  • 631 Views
  • 2 replies
  • 0 kudos

Adding a unique component id per network

Dear all, Thanks to the brillliant request bellow, I'm able to add an ID to each nodes related to the network size where he belongs : CALL gds.wcc.stream({ nodeProjection: "Entity", relationshipProjection: "IRW" }) YIELD nodeId, componentId WITH comp...

1113 by Node Clone
  • 387 Views
  • 2 replies
  • 0 kudos

Cannot use new features in Bloom 2.0

Dear all, I currently have problems trying the new features in Bloom 2.0. The Bloom is automatically updated when I started Neo4j Desktop and I assume it is successfully updated? However, the features remain the same as old version. All features such...

3X_2_d_2d8feb14d3141faac7647a8189c397d50689027a.png
yuxin16 by Node Clone
  • 259 Views
  • 0 replies
  • 0 kudos

I have question about neo4j

hello, I'm a junior programmer, actually, I have not tried to use any database before but I have a question about neo4j, maybe some of you see my question as a stupid question but I need an answer to it is neo4j use any type of graphs? or it just us...

Nawaf by Node
  • 344 Views
  • 2 replies
  • 0 kudos

Resolved! How to return random results

Neo4j Community server 4.3.3 - Ubuntu 20.04 Is there a way to return random result from a query? MATCH (n:DOC) RETURN n LIMIT 25 always returns the same (annoying) 25 items. I'd like to have something like MATCH (n:DOC) RETURN n LIMIT 25 RANDOM How...

Which algorithm should I use to predict churn?

Hello, I am currently writing my thesis about customer analysis with Neo4j. One task is to predict churn, given an example dataset with customers, contracts, services and the info if a customer has churned or not. The example dataset (~7000 records i...

2X_0_0744b15ab0e44e85d79813149c73c3cf339fa7e7.jpeg 2X_8_8d8db47cb475a89d8688de6fa290ba91d63c9a57.jpeg

Resolved! Creating a subgraph, cannot filter nodes

Having a large graph named myGraph. Trying to extract a subgraph containing only the most specific nodes. Here is how I create it. CALL gds.beta.graph.create.subgraph( 'large-channels', 'myGraph', 'n.channel_count > 35', 'r.capacity >= 200000...

How to fix neo4j log4j issues

안녕하세요. 오랜만에 커뮤니티에 질문합니다. neo4j 4.2.11은 log4j 보안이슈 관련해서 조치방법에 대해 공식가이드를 전달해주지 않나요? 4.2.X 엔터프라이즈 버전을 사용하고 있는데(우분투 os) log4j 보안이슈해결방법에 대해 아시는분이 있다면 상세하게 알려주시면 감사하겠습니다. [Google translation] Hello. It's been a while since I asked the community. Isn't neo...

luckyyun by Node Link
  • 1135 Views
  • 3 replies
  • 1 kudos