movies_mongodb.json

movies_mongodb.json

Amazon CloudSearch Sample IMDB Movie Data.

This sample data set describes over 5,000 popular movies in the Search Data Format (SDF). Each add request specifies a unique ID for the movie, a document version number, and fields that contain the movie data such as title and genre. The sample data is available as both JSON or XML. You can use this sample data with the command line tools, Amazon CloudSearch console, or document service API to create a search domain you can use to try out Amazon CloudSearch.

Sample :

{
   “_id” : ObjectId(“562259d4dfa0d78d5dbe6397”),
   “fields” : {
       “actors” : [
           “Hugh Jackman”,
           “Jake Gyllenhaal”,
           “Viola Davis”
       ],
       “year” : 2013,
       “directors” : [
           “Denis Villeneuve”
       ],
       “release_date” : “2013-08-30T00:00:00Z”,
       “title” : “Prisoners”,
       “plot” : “When Keller Dover’s daughter and her friend go missing, he takes matters into his own hands as the police pursue multiple leads and the pressure mounts. But just how far will this desperate father go to protect his family?”,
       “rank” : 3,
       “running_time_secs” : 9180,
       “rating” : 8.2,
       “genres” : [
           “Crime”,
           “Drama”,
           “Thriller”
       ],
       “image_url” : “http://ia.media-imdb.com/images/M/MV5BMTg0NTIzMjQ1NV5BMl5BanBnXkFtZTcwNDc3MzM5OQ@@._V1_SX400_.jpg”
   },
   “id” : “tt1392214”,
   “type” : “add”
}

Laisser un commentaire