NOSQL Database, Jquery Mobile -
i have started mobile application build in jquery mobile, similar amazon app. have done research on type of database amazon uses store data , have found use nosql database. project needing continuasly crawl web data, in massive amount of data need sort, store , call on upon end-user request. questions follows:
1.should use nosql database? 2.what kind of nosql database should use? 3.how secure nosql database? 4.are there third party nosql databases use structured need?
thanks
1) depends on data model. if using objects perhaps fit nicely in document based model such mongo db. 2) depends on many things, want use replication sets? sharding? want use geographical based querying. 3) secure, depending on how secure it. 4) there many types of nosql databases benefit different requirements , different types of data modelling. can, , many companies do, use hybrids of db technologies. there's no set answer, there is, need come person knows data best.
Comments
Post a Comment