Skip to content

amanboss9/meal-recommendor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Service to create graph database(neo4j) for multiple depths relationships and give the recommended node as per the constrains.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages