{"id":19259545,"url":"https://github.com/thefeij/movie-search-api","last_synced_at":"2025-10-06T23:08:55.608Z","repository":{"id":235780617,"uuid":"785637203","full_name":"TheFeij/Movie-Search-API","owner":"TheFeij","description":"Movie Search API to search for information about movies","archived":false,"fork":false,"pushed_at":"2024-05-02T07:42:58.000Z","size":299,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-23T18:19:00.260Z","etag":null,"topics":["docker","elasticsearch","godoc","golang","kubernetes","makefile","redis-cache","unit-testing"],"latest_commit_sha":null,"homepage":"","language":"Go","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/TheFeij.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-12T09:49:14.000Z","updated_at":"2024-05-02T07:43:01.000Z","dependencies_parsed_at":"2025-01-05T09:40:50.476Z","dependency_job_id":null,"html_url":"https://github.com/TheFeij/Movie-Search-API","commit_stats":null,"previous_names":["thefeij/movie-search-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TheFeij/Movie-Search-API","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheFeij%2FMovie-Search-API","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheFeij%2FMovie-Search-API/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheFeij%2FMovie-Search-API/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheFeij%2FMovie-Search-API/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheFeij","download_url":"https://codeload.github.com/TheFeij/Movie-Search-API/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheFeij%2FMovie-Search-API/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278692948,"owners_count":26029408,"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","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["docker","elasticsearch","godoc","golang","kubernetes","makefile","redis-cache","unit-testing"],"created_at":"2024-11-09T19:16:53.883Z","updated_at":"2025-10-06T23:08:55.589Z","avatar_url":"https://github.com/TheFeij.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Movie Search API\n\n## Introduction\nThe Movie Search project provide an API for searching movies. It offers a functionality to search for movies and retrieve detailed information about them.\n\n## Components\n\n- **API**: Handles HTTP requests and interacts with other services.\n- **Elasticsearch**: Contains information about top 1000 imdb movies.\n- **Redis**: Caches requested data.\n- **RapidAPI**: Integrates with rapidapi's movie search api.\n\n## Prerequisites\nEnsure you have the following dependencies installed:\n\n- Docker\n- Kubernetes (for deployment)\n\n## Setup\n1. Clone the repository:\n\n    ```\n    git clone https://github.com/TheFeij/Movie-Search-API\n    ```\n\n2. Navigate to the project directory:\n\n    ```\n    cd Movie_Search_API\n    ```\n\n3. Start Docker containers:\n\n    ```\n    docker-compose up\n    ```\n\n4. Deploy Kubernetes resources:\n\n    ```\n    kubectl apply -f kubernetes/\n    ```\n\n## Usage\n- Access the API at `http://localhost:8080` when using docker compose.\n- When deployed with Kubernetes, access the API using the Kubernetes cluster IP and port 30000.\n- Use the `/search` endpoint to search for movies.\n\n### Example Queries:\n1. Search your queries:\n    - Endpoint: `/search?query=avatar`\n    - This query will return movies and series related to \"avatar\"\n\n## Development\n- To run tests, use `make test`.\n- Check individual component directories for specific test instructions.\n- To generate and view the Go documentation, run `make godoc` and access it at `http://localhost:6060`.\n\n## Contributing\nContributions are welcome! Feel free to open issues or pull requests.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthefeij%2Fmovie-search-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthefeij%2Fmovie-search-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthefeij%2Fmovie-search-api/lists"}