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
  • 976 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
  • 1199 Views
  • 1 replies
  • 1 kudos

Resolved! Older database download link

Hi, my client ran into some issues in a disconnected environment due to apoc compatibility with the desktop version 1.4.7 and database 4.3.1. Having tested apoc 4.2.0.1 and database 4.2.5 with the desktop, they may have to change to this configurati...

newkid by Node Clone
  • 1568 Views
  • 8 replies
  • 0 kudos

Creating named graphs with complex filtering

Hello. Consider having the following graph. There's 3 types of nodes (A,B,C) where type C has the property "Traversable" with the values "true" or "false". I would like to create a named graph (or subgraph) that includes type C nodes depending on the...

How to get cypher query result in python

considered I run below query in neo4j browser. It will shows some nodes in neo4j display panel and how many nodes and relationships in this query have. I wish to get the "nodes count and relationship" count when i execute the query in python way. que...

Resolved! No update password when doing helm upgrade

Hello, After a first install of neo4j-4.1.1 with helm and automatic generated password , I'm doing an upgrade with helm upgrade --install --atomic --cleanup-on-fail --values neo4j_values.yml db https://github.com/neo4j-contrib/neo4j-helm/archive/4.1....

ticapix by Node Link
  • 1149 Views
  • 2 replies
  • 0 kudos

Designing neo4j graph nodes for news recommendation

I am new to neo4j. Requirement is, we have a tons of news media that are being clustered daily depending upon daily trending news media into respective categories using ML model and we dump that processed data to neo4j. Now I am a bit confused what w...

3X_a_c_ac05c9bc1595881ec82065de10eeb84927e81a80.png
saurav by Node
  • 370 Views
  • 0 replies
  • 0 kudos

Tuning of cypher queries for List operations

I have imported one RDF file in Neo4J using NeoSemantics. Total no of nodes : 1071461 (1 Million) Total Relationships : 2553482 (2.5 Million) When I query this imported graph for traversal queries, I usually get execution time arount 1-100 millisecon...

Best practices

what are few best practices to keep in mind? e.g Are there recommendations around if frequently updated data should or shouldn’t be placed in graph?Are there metrics on performance of gql based on number of Nodes and attributes?

Merge/group nodes with a same property

Hi all, I came across a merge/group problem. I have to build a "supernode" from nodes sharing the same property. I've been trying to use apoc.refactor.mergeNodes to get the desired result with no luck. I need to merge the nodes but also to sum up the...

3X_9_a_9a9264ab73371652a5fafbcaf406f386feb3a725.png

Import Data - Specials Characters

Hello Everyone, I try to import CSV files but some fields contains specials characters such as linebreak and carriage return transformed ( \n and \r). But when I import data into Neo4J, this special character is not transformed into Neo4j and stay wi...