Sample data for JSON databases


For sample data for the json databases


Movies data


{ "create": { "_index": "movies", "_type": "movie", "_id": "tt0468569" }}
{"title":"The Dark Knight","year":2008,"rated":["PG-13"],"released":"2008-07-18","runtimeMinutes":152,"genres":["Action","Crime","Drama"],"directors":["Christopher Nolan"],"writers":["Jonathan Nolan","Christopher Nolan","David S. Goyer","Bob Kane"],"actors":["Christian Bale","Heath Ledger","Aaron Eckhart","Michael Caine"],"plot":"When Batman, Gordon and Harvey Dent launch an assault on the mob, they let the clown out of the box, the Joker, bent on turning Gotham on itself and bringing any heroes down to his level.","languages":["English","Mandarin"],"countries":["USA","UK"],"awards":"Won 2 Oscars. Another 94 wins & 69 nominations.","poster":"https://s3-eu-west-1.amazonaws.com/imdbimages/images/MV5BMTMxNTMwODM0NF5BMl5BanBnXkFtZTcwODAyMTk2Mw@@._V1_SX300.jpg","metaScore":82,"imdbRating":9,"imdbVotes":1133701,"imdbId":"tt0468569","type":"Movie","suggest":{"input":["The","Dark","Knight"],"output":"The Dark Knight","payload":{"id":"tt0468569"}},"genres_raw":["Action","Crime","Drama"],"directors_raw":["Christopher Nolan"],"writers_raw":["Jonathan Nolan","Christopher Nolan","David S. Goyer","Bob Kane"],"actors_raw":["Christian Bale","Heath Ledger","Aaron Eckhart","Michael Caine"],"countries_raw":["USA","UK"]}

https://drive.google.com/open?id=0B57oIg74K5ykUlRXY0ZGMDItTWc


Alameda Crime data


{ "index" : { "_index" : "alameda", "_type" : "crime"} }
{"zip":"94541","crimedescription":"VANDALISM ($400 OR MORE)","agencyid":"ACSO","location":{"lon":-122.11298,"lat":37.677055},"state":"CA","crimeid":"12000048","block":"18900 TIMES AV","datetime":"2012-01-01T00:01:00","crimecode":"290","city":"SAN LORENZO"}

https://drive.google.com/open?id=0B57oIg74K5ykVHExMTFlUlJMMzQ
https://drive.google.com/open?id=0B57oIg74K5ykcFhPNHNJNTdZRnM

https://drive.google.com/open?id=0B57oIg74K5ykaHJLOTl2aXF2UUU


Accounts Json


{"index":{"_id":"1"}}
{"account_number":1,"balance":39225,"firstname":"Amber","lastname":"Duke","age":32,"gender":"M","address":"880 Holmes Lane","employer":"Pyrami","email":"amberduke@pyrami.com","city":"Brogan","state":"IL"}
{"index":{"_id":"6"}}
{"account_number":6,"balance":5686,"firstname":"Hattie","lastname":"Bond","age":36,"gender":"M","address":"671 Bristol Street","employer":"Netagy","email":"hattiebond@netagy.com","city":"Dante","state":"TN"}
{"index":{"_id":"13"}}


https://drive.google.com/open?id=0B57oIg74K5ykcWxjdmxPbE1YYkk

Comments

Popular posts from this blog

Proxy setting in java

Using logstash to import csv json files into elasticsearch

Kibana 4 Installation and Run as a service in ubuntu