What are some sources for sample data (preferably sanitized json)? The intended use is to import into MongoDB for evaluating and demo apps.
Asked
Active
Viewed 2.1k times
7
-
1Here is the repo for this. http://t.co/0RmlnedDWp – Hakan Özler May 03 '15 at 17:10
1 Answers
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