{"id":26738297,"url":"https://github.com/kurrent-io/eventstore-client-go","last_synced_at":"2026-02-16T11:02:00.002Z","repository":{"id":37090344,"uuid":"222958125","full_name":"kurrent-io/EventStore-Client-Go","owner":"kurrent-io","description":"Go Client for Event Store version 20 and above.","archived":true,"fork":false,"pushed_at":"2025-06-18T13:27:59.000Z","size":1083,"stargazers_count":109,"open_issues_count":2,"forks_count":27,"subscribers_count":17,"default_branch":"master","last_synced_at":"2026-01-13T20:23:49.288Z","etag":null,"topics":["client-libraries","cqrs","event-sourcing","eventsourcing","eventstore","eventstoredb","go","golang","grpc"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kurrent-io.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2019-11-20T14:38:34.000Z","updated_at":"2025-11-23T12:02:09.000Z","dependencies_parsed_at":"2023-10-24T17:38:31.403Z","dependency_job_id":"f45fc030-a1a1-4f68-88ea-8825897b3969","html_url":"https://github.com/kurrent-io/EventStore-Client-Go","commit_stats":{"total_commits":161,"total_committers":25,"mean_commits":6.44,"dds":0.6335403726708074,"last_synced_commit":"8206ac84067e5a6d591f71fafb82758015fb9f3c"},"previous_names":["kurrent-io/eventstore-client-go","eventstore/eventstore-client-go"],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/kurrent-io/EventStore-Client-Go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kurrent-io%2FEventStore-Client-Go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kurrent-io%2FEventStore-Client-Go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kurrent-io%2FEventStore-Client-Go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kurrent-io%2FEventStore-Client-Go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kurrent-io","download_url":"https://codeload.github.com/kurrent-io/EventStore-Client-Go/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kurrent-io%2FEventStore-Client-Go/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28427487,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T16:38:47.836Z","status":"ssl_error","status_checked_at":"2026-01-14T16:34:59.695Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["client-libraries","cqrs","event-sourcing","eventsourcing","eventstore","eventstoredb","go","golang","grpc"],"created_at":"2025-03-28T03:07:56.741Z","updated_at":"2026-01-14T17:25:25.328Z","avatar_url":"https://github.com/kurrent-io.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e [!WARNING]\n\u003e **DEPRECATION NOTICE**: \n\u003e * This package has been deprecated due to the rebranding of EventStore to Kurrent. For more information, see the [rebranding FAQ](https://www.kurrent.io/blog/kurrent-re-brand-faq).\n\u003e \n\u003e We recommend moving to [KurrentDB Client Go](https://github.com/kurrent-io/KurrentDB-Client-Go) for ongoing updates and support.\n\n# EventStoreDB Client SDK for Golang\n\nEventStoreDB is the event-native database, where business events are immutably stored and streamed. Designed for event-sourced, event-driven, and microservices architectures.\n\nThis repository contains an [EventStoreDB][es] Client SDK written in Go.\n\n## Developing\n\nIntegration tests run against a server using Docker, with the [EventStoreDB gRPC Client Test Container][container].\n\n### Setup dependencies\nTesting requires [Docker] and [Docker Compose] to be installed.\n\n## Build the project\n\nYou need [make] to be installed (available on all OSes). On Windows, you need `Powershell`. The version that comes standard with Windows is enough. On a Unix system, any bash\ncompatible shell should work.\n\n```bash\nmake build\n```\n\nTo also regenerate protobuf and gRPC files while building\n\n```bash\nmake generate-protos-and-build\n```\n\n## Run tests\n\n```\nmake test\n```\n\nBy default the tests use `docker.eventstore.com/eventstore-ce:ci`. To override this, set the `EVENTSTORE_DOCKER_TAG` environment variable to the tag you wish to use:\n\n```shell\nexport EVENTSTORE_DOCKER_TAG=\"21.10.0-focal\"\nmake test\n```\n\n## Communities\n\n- [Discuss](https://discuss.eventstore.com/)\n- [Discord (Event Store)](https://discord.gg/Phn9pmCw3t)\n\n## Security\n\nIf you find a vulnerability in our software, please contact us. You can find how to reach out us and report it at https://www.eventstore.com/security#security\nThank you very much for supporting our software.\n\n## Contributing\n\nAll contributions to the SDK are made via GitHub Pull Requests, and must be licensed under the Apache 2.0 license.\n\n[container]: https://github.com/EventStore/EventStore-Client-gRPC-TestData\n\n[docker]: https://www.docker.com/\n[docker compose]: https://www.docker.com/\n\n[es]: https://eventstore.com\n[make]: https://www.gnu.org/software/make/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkurrent-io%2Feventstore-client-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkurrent-io%2Feventstore-client-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkurrent-io%2Feventstore-client-go/lists"}