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.

m-kiuchi
Node Clone
since ‎08-31-2018
‎06-01-2022

User Statistics

  • 31 Posts
  • 0 Solutions
  • 12 Kudos given
  • 19 Kudos received

User Activity

Let me take simple question. I'm counting the number of nodes and relationships per labels and types. I successfully can count nodes like this query. CALL db.labels() YIELD label CALL apoc.cypher.run('MATCH (:`'+label+'`) RETURN count(*) as count',{}...
Hi all, I have a graph data with millions of nodes which is grouped with property. For several reason, I don't use node label. When I filter nodes which have multiple relationships, Neo4j returned "Out of memory" error and I cannot complete my query ...
Hi forks, I've found duplicated tagline between "You've Got Mail" and "When Harry Met Sally" in MovieGraph demo. CREATE (YouveGotMail:Movie {title:"You've Got Mail", released:1998, tagline:'At odds in life... in love on-line.'}) CREATE (WhenHarryMetS...
Hi all, I'm started to try Neo4j ETL from Neo4j Desktop. I've successfully imported source tables from MariaDB, but no relationship is generated. I looked around Neo4j Desktop UI(drag, right-click, and so on...), but cannot find any suggestions for c...
We sometime write Neo4j blog, but almost all article is written in japanese... https://www.creationline.com/lab/neo4j If you can read japanese, take a look and comment it !