{"id":19019584,"url":"https://github.com/get-eventually/go-eventually","last_synced_at":"2025-04-05T16:09:44.601Z","repository":{"id":40000693,"uuid":"328385826","full_name":"get-eventually/go-eventually","owner":"get-eventually","description":"Idiomatic Domain-driven Design, CQRS and Event Sourcing for Go","archived":false,"fork":false,"pushed_at":"2024-12-26T22:00:04.000Z","size":819,"stargazers_count":95,"open_issues_count":13,"forks_count":5,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-29T15:09:45.143Z","etag":null,"topics":["cqrs","cqrs-es","ddd","domain-driven-design","event-sourcing","go","golang","golang-library"],"latest_commit_sha":null,"homepage":"","language":"Go","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/get-eventually.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}},"created_at":"2021-01-10T13:10:25.000Z","updated_at":"2025-02-23T10:43:35.000Z","dependencies_parsed_at":"2022-07-23T11:16:24.880Z","dependency_job_id":"ce50af7f-f338-46b5-8905-fe91847279ae","html_url":"https://github.com/get-eventually/go-eventually","commit_stats":null,"previous_names":["eventually-rs/eventually-go"],"tags_count":24,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/get-eventually%2Fgo-eventually","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/get-eventually%2Fgo-eventually/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/get-eventually%2Fgo-eventually/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/get-eventually%2Fgo-eventually/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/get-eventually","download_url":"https://codeload.github.com/get-eventually/go-eventually/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247361693,"owners_count":20926643,"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":["cqrs","cqrs-es","ddd","domain-driven-design","event-sourcing","go","golang","golang-library"],"created_at":"2024-11-08T20:13:25.529Z","updated_at":"2025-04-05T16:09:44.573Z","avatar_url":"https://github.com/get-eventually.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- markdownlint-disable-file MD033 --\u003e\n\u003c!-- markdownlint-disable-file MD041 --\u003e\n\n\u003cbr /\u003e\n\u003cdiv align=\"center\"\u003e\n    \u003cimg alt=\"Eventually\" src = \"./resources/logo.png\" width = 300\u003e\n\u003c/div\u003e\n\u003cbr /\u003e\n\u003cdiv align=\"center\"\u003e\n    \u003cstrong\u003e\n        Domain-driven Design, Event Sourcing and CQRS for Go\n    \u003c/strong\u003e\n\u003c/div\u003e\n\u003cbr /\u003e\n\u003cdiv align=\"center\"\u003e\n    \u003c!-- Code Coverage --\u003e\n    \u003ca href=\"https://app.codecov.io/gh/get-eventually/go-eventually\"\u003e\n        \u003cimg alt=\"Codecov\" src=\"https://img.shields.io/codecov/c/github/get-eventually/go-eventually?style=flat-square\"\u003e\n    \u003c/a\u003e\n    \u003c!-- pkg.go.dev --\u003e\n    \u003ca href=\"https://pkg.go.dev/github.com/get-eventually/go-eventually\"\u003e\n        \u003cimg alt=\"Go Reference\"\n        src=\"https://pkg.go.dev/badge/github.com/get-eventually/go-eventually.svg\"\u003e\n    \u003c/a\u003e\n    \u003c!-- License --\u003e\n    \u003ca href=\"./LICENSE\"\u003e\n        \u003cimg alt=\"GitHub license\"\n        src=\"https://img.shields.io/github/license/get-eventually/go-eventually?style=flat-square\"\u003e\n    \u003c/a\u003e\n\u003c/div\u003e\n\u003cbr /\u003e\n\n\u003e [!WARNING]\n\u003e Though used in production environment, the library is still under active development.\n\n\u003c!-- markdownlint false positive --\u003e\n\n\u003e [!NOTE]\n\u003e Prior to `v1` release the following Semantic Versioning\nis being adopted:\n\u003e\n\u003e * Breaking changes are tagged with a new **minor** release,\n\u003e * New features, patches and documentation are tagged with a new **patch** release.\n\n## Overview\n\n`eventually` is a library providing abstractions and components to help you:\n\n* Build Domain-driven Design-oriented code, (Domain Events, Aggregate Root, etc.)\n\n* Reduce complexity of your code by providing ready-to-use components, such as PostgreSQL repository implementation, OpenTelemetry instrumentation, etc.\n\n* Implement event-driven architectural patterns in your application, such as Event Sourcing or CQRS.\n\n### How to install\n\nYou can add this library to your project by running:\n\n```sh\ngo get -u github.com/get-eventually/go-eventually\n```\n\n## Contributing\n\nThank you for your consideration ❤️ You can head over our [CONTRIBUTING](./CONTRIBUTING.md) page to get started.\n\n## License\n\nThis project is licensed under the [MIT license](LICENSE).\n\n### Contribution\n\nUnless you explicitly state otherwise, any contribution intentionally submitted for inclusion in `go-eventually` by you, shall be licensed as MIT, without any additional terms or conditions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fget-eventually%2Fgo-eventually","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fget-eventually%2Fgo-eventually","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fget-eventually%2Fgo-eventually/lists"}