importing json file to mongodb -
i student doing undergrad in it. far have done data management using rdbms. have built few stand alone systems using java -jdbc - rdbms..after going through nosql concepts, use mongodb future project work.. have few questions..i reading mongodb documentation , learncrud operations. want choose decent dataset , import mongodb , kind of search operations , analytics..is there link demonstrates importing json data mongodb..? m totally new this? can please me?
this doc on how insert data (http://docs.mongodb.org/manual/core/create/), mongodb uses bson (which json more types support binary data). create database , create collection , insert data. there many language based libraries allow connect mongo , programmatic inserts collection.
Comments
Post a Comment