mongodb -"alternative" database

Post on 10-May-2015

895 Views

Category:

Technology

3 Downloads

Preview:

Click to see full reader

DESCRIPTION

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

TRANSCRIPT

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]

top related