{"id":17239152,"url":"https://github.com/binarymuse/elastic-movies","last_synced_at":"2025-03-26T02:36:29.240Z","repository":{"id":11419927,"uuid":"13871170","full_name":"BinaryMuse/elastic-movies","owner":"BinaryMuse","description":"Testing Elasticsearch against a database of movie information","archived":false,"fork":false,"pushed_at":"2013-12-29T21:06:27.000Z","size":188,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-23T18:58:24.845Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BinaryMuse.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-10-25T20:18:11.000Z","updated_at":"2019-04-08T08:58:46.000Z","dependencies_parsed_at":"2022-07-13T02:00:33.181Z","dependency_job_id":null,"html_url":"https://github.com/BinaryMuse/elastic-movies","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BinaryMuse%2Felastic-movies","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BinaryMuse%2Felastic-movies/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BinaryMuse%2Felastic-movies/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BinaryMuse%2Felastic-movies/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BinaryMuse","download_url":"https://codeload.github.com/BinaryMuse/elastic-movies/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245577558,"owners_count":20638326,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-15T05:47:53.024Z","updated_at":"2025-03-26T02:36:29.216Z","avatar_url":"https://github.com/BinaryMuse.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"Elasticsearch Movies\n====================\n\nThis project was built to test Elasticsearch. It performs searches against a database of 2000 of the top movies according to [The Movie DB](http://themoviedb.org).\n\nInstallation\n------------\n\nFirst, follow the normal Rails application steps:\n\n```bash\nbundle install # install gems\nrake db:create db:schema:load # create the DB and load the schema\n```\n\nIf you have an API key for [The Movie DB's API](http://www.themoviedb.org/documentation/api), you can run the following command to populate the database:\n\n```bash\nMOVIEDB_API_KEY=\"my_api_key\" rake movies:populate\n```\n\nTo save some time, the IDs for the top 2000 movies are hardcoded; see `lib/tasks/movies.rake` for more information.\n\nIf you do *not* have an API key, you can [download an SQLite database preloaded with the data](https://github.com/BinaryMuse/elastic-movies/releases/download/demo/development.sqlite3). Simply drop it into your `db/` folder with the name `development.sqlite3`.\n\nCreating the Elasticsearch Index\n--------------------------------\n\nYou can run\n\n```bash\nrake search:index\n```\n\nto create the index. **This will erase any existing index named `movies` and create a new index of that name.**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinarymuse%2Felastic-movies","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbinarymuse%2Felastic-movies","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinarymuse%2Felastic-movies/lists"}