Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 701 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 701 Bytes

meal-recommendor

Sample graph nodes and relations

alt text

  • Benchmark for deleting, adding and matching from graph database for respective nodes.

alt text

Relationship between nodes

  • Food -[:PART_OF]-> Meal
  • Food -[:PART_OF]-> Cuisine
  • Food -[:GOOD_FOR]-> Allergy
  • Food -[:BAD_FOR]-> Allergy
  • Food -[:GOOD_FOR]-> MedicalCondition
  • Food -[:BAD_FOR]-> MedicalCondition
  • User -[:LIKES]-> Food
  • User -[:DISLIKES]-> Food
  • User -[:EATEN_UP]-> Food
  • Food -[:SIMILAR_TO]-> Food