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
  • 1005 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
  • 1217 Views
  • 1 replies
  • 1 kudos

Resolved! Create relation type between nodes based on the csv

So I have 2 CSV file, 1 has details about all the nodes like their names and properties and the other CSV has the type of relation between 2 nodes, there are multiple types of relation between nodes. Eg: A (node) - Parent(relation type) - B(node), A(...

3X_c_1_c10c3c91154e6a0c748d7dc83ceb2c2195975fed.png

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
  • 1640 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...

How to achieve the following problem with Neo4j?

There is a relatively simple graph, where the edge has weight. I would like to subdivide graph based on minimum weights. When one node is part of one sub-graph, it can't be part of a different sub-graph.input parameter is the max. size of the sub-gra...

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
  • 1178 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
  • 382 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...

Import csv and create relations between product nodes

I need some help matching data from csv to create relations. I've a csv of all products and a csv containing products that are often bought together. I've made nodes based on this csv: slug,name _f8rgem,Garlic/Lassan _p0umd0,Garlic (Lehsan) _vqwgm8,O...

3X_6_f_6f893329c81ceee1f3c64791cd10a7a7471a165f.png

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...