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
  • 992 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
  • 1209 Views
  • 1 replies
  • 1 kudos

Model path based on dates

Hi, I have data structured as in the photo. I wonder how to model this so that I can see the progression of files being worked on by certain users: file1 was worked on by user1 then user2 then user3 file2 was worked on by user1 then user3 then user2 ...

2X_d_d507bdf8add0ef32c0d8350f7310aa498db50707.png

Return edgelist for subgraph efficiently

Hello everyone, I would like to return a subgraph in edgelist form for a relationship (:CITES) linking nodes of the same label (Family) where nodes are filtered by several conditions. I have a query which mostly does what I want but seems somewhat in...

JaHo by Node Clone
  • 891 Views
  • 5 replies
  • 0 kudos

BROTHER relation in famely tree project

I read about some family tree projects by neo4j , as I want to search more side way than up and down so after connecting the parents to family or marriage node and connecting the children with CHILD relation , to add BRO/SIS _OF relation between them...

Resolved! Change key names inferred in convert.toTree

Hello There, I'm calling apoc.convert.toTree and wondered whether it's possible to change the key names that come from the relationship names. For example, I have something along these lines: { name: "repo1", description: "first repo", job: "host ...

yarden by Node Link
  • 601 Views
  • 2 replies
  • 0 kudos

Resolved! Query for a survey with a tree result

Hi, I have a graph (attached picture), how to write an optimal and the best query that retrieves me all of graph with all nodes, assuming that the number of questions and answers may of course be different. Additional question, does it make sense t...

2X_8_8bfd9098d762e585a07c6c4bc7125058ba2ff058.png 2X_7_7674fd224347d91e3bb2457d3e19a27aa925fc04.jpeg

Timeseries Daily and high frequency - Securities

I've searched google and this forum with limited results. Anyone using graph DB to store low frequency time series data such as daily historical stock prices ? What would be the advantages over timeseries specific DB? Further, on the other end of th...

matador by Node
  • 3136 Views
  • 11 replies
  • 4 kudos

What's the pros of using uuid in neo4j

I'm new to neo4j and I'm trying to implementing my service on GRANDstack. I know every node have '_id' field which is auto-incremental integer index. But with 'neo4j-graphql-js', auto-generated schema creates nodes with uuid as a default for 'id' fie...