Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I get sample JSON data to use in MongoDB [closed]

What are some sources for sample data (preferably sanitized json)? The intended use is to import into MongoDB for evaluating and demo apps.

like image 438
gWaldo Avatar asked Feb 18 '13 20:02

gWaldo


People also ask

Can we store JSON data in MongoDB?

Does MongoDB use BSON, or JSON? MongoDB stores data in BSON format both internally, and over the network, but that doesn't mean you can't think of MongoDB as a JSON database. Anything you can represent in JSON can be natively stored in MongoDB, and retrieved just as easily in JSON.


1 Answers

Check this one out http://media.mongodb.org/zips.json this is provided by mongodb

like image 82
Abhijit Gaikwad Avatar answered Sep 19 '22 13:09

Abhijit Gaikwad