{"id":29020385,"url":"https://github.com/appbaseio/serverless-search","last_synced_at":"2026-02-03T00:06:29.481Z","repository":{"id":58462628,"uuid":"506994370","full_name":"appbaseio/serverless-search","owner":"appbaseio","description":null,"archived":false,"fork":false,"pushed_at":"2023-03-02T08:30:14.000Z","size":538,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":2,"default_branch":"dev","last_synced_at":"2025-06-26T01:05:31.909Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","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/appbaseio.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,"zenodo":null}},"created_at":"2022-06-24T12:01:25.000Z","updated_at":"2023-05-05T06:38:17.000Z","dependencies_parsed_at":"2025-06-26T01:05:35.785Z","dependency_job_id":"4b1dffac-26fd-4a49-bde8-65c1036dae5c","html_url":"https://github.com/appbaseio/serverless-search","commit_stats":null,"previous_names":[],"tags_count":41,"template":false,"template_full_name":null,"purl":"pkg:github/appbaseio/serverless-search","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appbaseio%2Fserverless-search","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appbaseio%2Fserverless-search/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appbaseio%2Fserverless-search/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appbaseio%2Fserverless-search/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/appbaseio","download_url":"https://codeload.github.com/appbaseio/serverless-search/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appbaseio%2Fserverless-search/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29024573,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T23:43:56.073Z","status":"ssl_error","status_checked_at":"2026-02-02T23:43:49.438Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2025-06-26T01:05:30.242Z","updated_at":"2026-02-03T00:06:29.466Z","avatar_url":"https://github.com/appbaseio.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Serverless Search\n\n## Docker\n\n### Docker Image\n\nFor `serverless-search`, the docker image can be found [here at docker hub](https://hub.docker.com/repository/docker/appbaseio/serverless-search).\n\nFollowing steps can be followed to setup the docker image locally.\n\n1. Zinc\n\nThe Docker image requires [Zinc]() to be setup in order for it to work properly. That can be done with the following command:\n\n```shell\nmkdir data\ndocker run -v /full/path/of/data:/data -e ZINC_DATA_PATH=\"/data\" -p 4080:4080 \\\n    -e ZINC_FIRST_ADMIN_USER=appbase -e ZINC_FIRST_ADMIN_PASSWORD=zincf0rappbase \\\n    --name zinc public.ecr.aws/zinclabs/zinc:latest\n```\n\n2. Update environment\n\nThe environment file contains all necessary details (set to default value) except `APPBASE_ID` and `CLUSTER_ID`. These values need to be added in the `config/docker.env` file.\n\n3. Start container\n\nOnce the above steps are done, container can be started with the following command:\n\n```shell\ndocker build -t serverless-search . \u0026\u0026 docker run --rm --name serverless-search -p 8000:8000 --env-file=config/docker.env serverless-search\n```\n\n\n### Docker Compose\n\nA docker compose is provided for convenience to startup the service locally and try it out.\n\n#### Environments\n\nAll values are set to default and will not require changing for serverless-search except the `APPBASE_ID` and `CLUSTER_ID` values. Those values should be updated in the `docker-compose.yml` file before running the compose command.\n\nOnce the values are set, the compose can be run with the following command:\n\n```shell\ndocker-compose up -d\n```\n\n**With Nginx**\n\nBy default, `nginx` is not added in the docker compose, it can be added by passing the `profile` flag to docker-compose in the following way:\n\n```shell\ndocker-compose up --profile nginx\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappbaseio%2Fserverless-search","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fappbaseio%2Fserverless-search","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappbaseio%2Fserverless-search/lists"}