How to design schema relation in SQL to mongoDB? -


i still confuse after read mongodb definitive guide , link http://www.mongodb.org/display/docs/schema+design there standard mongodb design schema database. have schema in mysql database below sql database design

my database above fixed & ddl. please me show step design schema relation above mongodb. in advance

it's easier think of mongo document storage system. looking @ schema.... of should go document per named thing in main table.

however, depends lot on how use it.

but, clear, there not straight conversion between relational model , document model.


Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -