{"id":22143296,"url":"https://github.com/cinterloper/github-action-aerolab","last_synced_at":"2026-02-12T23:04:27.827Z","repository":{"id":265763593,"uuid":"668457928","full_name":"cinterloper/github-action-aerolab","owner":"cinterloper","description":null,"archived":false,"fork":false,"pushed_at":"2023-07-19T21:30:56.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-08T08:47:54.865Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cinterloper.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-07-19T21:23:10.000Z","updated_at":"2023-07-19T21:24:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"8fc8dc8b-2d46-4d20-ad19-5b4610c9d79a","html_url":"https://github.com/cinterloper/github-action-aerolab","commit_stats":null,"previous_names":["cinterloper/github-action-aerolab"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cinterloper/github-action-aerolab","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cinterloper%2Fgithub-action-aerolab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cinterloper%2Fgithub-action-aerolab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cinterloper%2Fgithub-action-aerolab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cinterloper%2Fgithub-action-aerolab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cinterloper","download_url":"https://codeload.github.com/cinterloper/github-action-aerolab/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cinterloper%2Fgithub-action-aerolab/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29385154,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T22:07:52.078Z","status":"ssl_error","status_checked_at":"2026-02-12T22:07:49.026Z","response_time":55,"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":"2024-12-01T22:08:48.760Z","updated_at":"2026-02-12T23:04:27.822Z","avatar_url":"https://github.com/cinterloper.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# github-action-aerospike\n[![YAML Lint](https://github.com/reugn/github-action-aerospike/actions/workflows/yaml-lint.yml/badge.svg)](https://github.com/reugn/github-action-aerospike/actions/workflows/yaml-lint.yml)\n\nThis GitHub Action sets up an [Aerospike](https://www.aerospike.com/) database.\n\n## Inputs\n| Name             | Required | Description                    | Default |\n| ---------------- | -------- | ------------------------------ | ------- |\n| port             | false    | Aerospike 'service' port, which handles client requests and responses. | 3000 |\n| server-version   | false    | Aerospike server version.      | latest  |\n| config-file      | false    | Aerospike [configuration](https://www.aerospike.com/docs/operations/configure/index.html) file.  | |\n| feature-key-file \u003csup\u003e[1](#key)\u003c/sup\u003e | false    | Aerospike EE [feature key](https://www.aerospike.com/docs/operations/configure/feature-key/index.html) file. | |\n\n\u003csup name=\"key\"\u003e1\u003c/sup\u003e Specify to start Aerospike Server Enterprise Edition (should be in the same directory with `config-file`).\nAnyone can [sign up](https://www.aerospike.com/lp/try-now/) to get an evaluation feature key file for a full-featured, single-node Aerospike Enterprise Edition.\n\n## Usage examples\n\n### Aerospike Community Edition\nSet up Aerospike Community Edition Server with the default configuration\n```yaml\n- name: Set up Aerospike Database\n  uses: reugn/github-action-aerospike@v1\n```\n\n### Aerospike Enterprise Edition\nSet up Aerospike Enterprise Edition Server by specifying the port, the server configuration and the feature key files\n```yaml\n- name: Set up Aerospike Database\n  uses: reugn/github-action-aerospike@v1\n  with:\n    port: 3300\n    config-file: '.github/aerospike/aerospike.conf'\n    feature-key-file: '.github/aerospike/features.conf'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcinterloper%2Fgithub-action-aerolab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcinterloper%2Fgithub-action-aerolab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcinterloper%2Fgithub-action-aerolab/lists"}