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.

DC1
Node Link
since ‎12-28-2020
‎06-01-2022

User Statistics

  • 7 Posts
  • 0 Solutions
  • 2 Kudos given
  • 0 Kudos received

User Activity

I'm doing a count of two node types, and unless I use distinct on each I seem to get some type of product of the two. could someone please explain how the count works? MATCH (n:post), (t:topic) RETURN count(distinct n) as c, count(distinct t) as c...
I'm getting back into neo4j and the py2neo ORM seems the nicest way to work with the data, and the drivers had a lot of updates since pandemic started. But the docs are still sorely lacking. I was wondering if others can share links or code snippets ...
CSV with flat rows is hard to represent graph data well. Is there any common format for serializing graphs to a text file? something that would encapsulate nodes and edges better than a CSV file? I'm looking to hand author some files for a knowledge ...
Kudos given to