Ad

Saturday, March 2, 2019

Neo4j Building the BBC GoodFoods Graph (Neo4j Online Meetup #51) Notes Transcript Lessons Learned









Building the BBC GoodFoods Graph (Neo4j Online Meetup #51) Food Data great for testing out all important neo4j features. Great dataset for illustrating Neo4j's capability for name entity management, master data management, knowledge graph. First look for an API for the data. Almost people scrape if not available. Beautiful Soup. Hard to ID ingredient, trained a ML to recognize that. Nice JSON object in Page Source. On the top of the page. Cool tip to scrape. File with a stream of JSON one per recipe. Decode using a library from JavaScript code and JSON to Python Dictionary. Some exception handling if no data, can skip recipe. Use apcjones.com to construct the graph. Design a graph model first: model the data also needs to find out what question do we want to ask the data. Neo4j easy to change. Don't have to get the model right the first time. Materials available in github. Also a browser guide. Tool called arrows:Create node, entities, the nouns in the data. First node Recipe. Click into the apcjones node, add title as property example title: Chocolate Cake. https://youtu.be/nEIJmH6FIjs?t=643


No comments:

Post a Comment

React UI, UI UX, Reactstrap React Bootstrap

React UI MATERIAL  Install yarn add @material-ui/icons Reactstrap FORMS. Controlled Forms. Uncontrolled Forms.  Columns, grid