{"id":19321849,"url":"https://github.com/pascalallen/es-go","last_synced_at":"2026-04-17T06:03:14.683Z","repository":{"id":238964660,"uuid":"797826724","full_name":"pascalallen/es-go","owner":"pascalallen","description":"es-go is open source software offering a set of guidelines to use Event Sourcing and Domain-Driven Design in Go. This is a living project and is subject to change.","archived":false,"fork":false,"pushed_at":"2024-07-18T15:59:42.000Z","size":197,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-27T11:45:54.447Z","etag":null,"topics":[],"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/pascalallen.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}},"created_at":"2024-05-08T15:39:14.000Z","updated_at":"2024-07-18T15:59:45.000Z","dependencies_parsed_at":"2024-05-09T06:48:45.652Z","dependency_job_id":"78739985-d202-43bb-8387-76a9a72e23a4","html_url":"https://github.com/pascalallen/es-go","commit_stats":null,"previous_names":["pascalallen/es-go"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pascalallen/es-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pascalallen%2Fes-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pascalallen%2Fes-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pascalallen%2Fes-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pascalallen%2Fes-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pascalallen","download_url":"https://codeload.github.com/pascalallen/es-go/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pascalallen%2Fes-go/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31917372,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-11-10T01:39:19.784Z","updated_at":"2026-04-17T06:03:14.650Z","avatar_url":"https://github.com/pascalallen.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# es-go\n\n![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/pascalallen/es-go)\n[![Go Report Card](https://goreportcard.com/badge/github.com/pascalallen/es-go)](https://goreportcard.com/report/github.com/pascalallen/es-go)\n![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/pascalallen/es-go/go.yml)\n![GitHub](https://img.shields.io/github/license/pascalallen/es-go)\n![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/pascalallen/es-go)\n\n![Logo](web/static/logo.svg)\n\nes-go is open source software offering a set of guidelines to use Event Sourcing and Domain-Driven Design in Go. \nThis is a living project and is subject to change.\n\n## Prerequisites\n\n- [Docker](https://www.docker.com/)\n- [Docker Compose](https://docs.docker.com/compose/)\n\n## Development Environment Setup\n\n### Clone Repository\n\n```bash\ncd \u003cprojects-parent-directory\u003e \u0026\u0026 git clone https://github.com/pascalallen/es-go.git\n```\n\n### Copy \u0026 Modify `.env` File\n\n```bash\ncp .env.example .env\n```\n\n### Bring Up Environment\n\n```bash\nbin/up\n``` \n\n### Take Down Environment\n\n```bash\nbin/down\n```\n\n## Testing\n\nRun tests and create coverage profile:\n\n```bash\nbin/exec go test ./... -covermode=count -coverprofile=coverage.out\n```\n\nGenerate HTML file to view test coverage profile:\n\n```bash\nbin/exec go tool cover -html=coverage.out -o coverage.html\n```\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first\nto discuss what you would like to change.\n\nPlease make sure to update tests as appropriate.\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpascalallen%2Fes-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpascalallen%2Fes-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpascalallen%2Fes-go/lists"}