Mongodb -"Alternative" Database

Post on 10-May-2015

895 views 3 download

Tags:

description

Overview of MongoDB-"Alternative" Database via "recipe" normalized database to "schema free" database. Documents,JSON Type, Auto Sharding ....

Transcript of Mongodb -"Alternative" Database

Dhanu Gupta

Recipe_master

Recipe_id

Recipe_name

Recipe_image

Recipe_step

Recipe_step_id

Recipe_step_name

Recipe_id

Recipe_ingredient

Recipe_ingr.._id

Recipe_ingr_name

Recipe_id

Many More Relatinal Tables..

recipe

id

name

Ingredients: [collection of unit/amt/name]

Steps: [collection of steps]

description

image

tags:[Array of tags]

Comments:[Collection of objects]