{"id":19196927,"url":"https://github.com/eventstore/eventstore-client-grpc-testdata","last_synced_at":"2025-02-23T04:45:08.409Z","repository":{"id":46246575,"uuid":"233596026","full_name":"EventStore/EventStore-Client-gRPC-TestData","owner":"EventStore","description":"Server container with pre-populated data set for testing Event Store gRPC Client SDKs","archived":false,"fork":false,"pushed_at":"2025-02-21T06:13:14.000Z","size":17,"stargazers_count":3,"open_issues_count":2,"forks_count":3,"subscribers_count":29,"default_branch":"master","last_synced_at":"2025-02-21T07:22:53.338Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/EventStore.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":"2020-01-13T12:58:26.000Z","updated_at":"2021-11-04T11:26:49.000Z","dependencies_parsed_at":"2022-09-25T05:12:02.854Z","dependency_job_id":null,"html_url":"https://github.com/EventStore/EventStore-Client-gRPC-TestData","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EventStore%2FEventStore-Client-gRPC-TestData","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EventStore%2FEventStore-Client-gRPC-TestData/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EventStore%2FEventStore-Client-gRPC-TestData/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EventStore%2FEventStore-Client-gRPC-TestData/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EventStore","download_url":"https://codeload.github.com/EventStore/EventStore-Client-gRPC-TestData/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240271531,"owners_count":19774859,"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-11-09T12:14:53.805Z","updated_at":"2025-02-23T04:45:08.384Z","avatar_url":"https://github.com/EventStore.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Event Store gRPC Client Integration Test Container\n\nThis repository contains a known data set and Dockerfile to build a test container against which integration tests for Event Store gRPC-based clients can run.\n\nThe container is built automatically based on the version specified in the `Dockerfile`, and pushed to the GitHub Package Repository.\n\n## Usage\n\nThe data set is located in `/var/lib/eventstore` in the image. Consequently, the same image can be used to provision either a new, blank, ephemeral database, or to start with the known data set.\n\nFor example, the following Docker Compose file is used for `EventStore-Client-Java` to start with the known data set:\n\n```yaml\nversion: '3'\n\nservices:\n  eventstore:\n    image: ghcr.io/eventstore/testdata:ci\n    ports:\n      - 1113:1113/tcp\n      - 1114:1114/tcp\n      - 2113:2113/tcp\n      - 2114:2114/tcp\n    healthcheck:\n      interval: 1s\n      timeout: 1s\n      retries: 10 \n    volumes:\n    - ./src/test/resources/server1.pfx:/opt/eventstore/certs/server1.pfx\n    environment:\n      EVENTSTORE_DB: /data/integration-tests\n      EVENTSTORE_CERTIFICATE_FILE: /opt/eventstore/certs/server1.pfx\n      EVENTSTORE_CERTIFICATE_PASSWORD: changeit\n```\n\n## Rebuilding\n\nThe Event Store Server image from which this test image is constructed has a source version specified in the `Dockerfile`, which should be modified when a new build is needed. To publish with GitHub actions, [run the action manually](https://github.com/EventStore/EventStore-Client-gRPC-TestData/actions/workflows/build.yml) and specify the base tag, e.g., `ci` or `21.10.0-buster-slim`.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feventstore%2Feventstore-client-grpc-testdata","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feventstore%2Feventstore-client-grpc-testdata","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feventstore%2Feventstore-client-grpc-testdata/lists"}