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.

miron4dev
Node
since ‎08-13-2020
‎06-01-2022

User Statistics

  • 4 Posts
  • 0 Solutions
  • 1 Kudos given
  • 0 Kudos received

User Activity

I have the following structure (r:Industry)->[:REFERS]-(data:IndustryData)-[:OCCURRED]->(m:Month) (r:Region)<-[:REFERS]-(data:RegionData)-[:OCCURRED]<-(m:Month) (s:Size)<-[:REFERS]-(data:SizeData)-[:OCCURRED]<-(m:Month) So, all the entities share ...
I have models Region, Industry, Size, which have common property "month" - a date when the specific entry was created. We know that all the entities might share the same month. My algorithm should do the following: Accept a list of possible values fo...
Kudos given to