restaurants.json

restaurants.json

Restaurants inspections in New York
You can find different grades over time for each restaurants in various boroughs.

Sample :

{
   « _id » : ObjectId(« 5623ea4cdfa0d78d5dc079f2 »),
   « address » : {
       « zipcode » : « 11224 »,
       « building » : « 2780 »,
       « coord » : {
           « coordinates » : [
               -73.98241999999999,
               40.579505
           ],
           « type » : « Point »
       },
       « street » : « Stillwell Avenue »
   },
   « borough » : « Brooklyn »,
   « cuisine » : « American « ,
   « grades » : [
       {
           « score » : 5,
           « date » : ISODate(« 2014-06-10T00:00:00Z »),
           « grade » : « A »
       },
       {
           « date » : ISODate(« 2013-06-05T00:00:00Z »),
           « grade » : « A »,
           « score » : 7
       },
       {
           « grade » : « A »,
           « score » : 12,
           « date » : ISODate(« 2012-04-13T00:00:00Z »)
       },
       {
           « score » : 12,
           « date » : ISODate(« 2011-10-12T00:00:00Z »),
           « grade » : « A »
       }
   ],
   « name » : « Riviera Caterer »,
   « restaurant_id » : « 40356018 »
}

Laisser un commentaire