7

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

gWaldo
  • 442
  • 1
  • 7
  • 23

1 Answers1

16

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

Abhijit Gaikwad
  • 3,072
  • 28
  • 37
  • I found my GeoJSON file here that conforms to the specifications ie. GeoJSON object type and a coordinates field: http://tugdualgrall.blogspot.com/2014/08/introduction-to-mongodb-geospatial.html – Simon May 26 '15 at 18:22
  • I found https://www.fireboxtools.com/sample-data/json-examples. If you are looking for Sample JSON in many formats (for example, user data sample, product data sample, short JSON data, lengthy JSON data) – jitendra rajput Aug 27 '23 at 11:03