{"id":27044790,"url":"https://github.com/berkaroad/squat","last_synced_at":"2025-07-25T06:42:00.400Z","repository":{"id":81379418,"uuid":"552211324","full_name":"berkaroad/squat","owner":"berkaroad","description":"Domain-Driven Design framework, event sourcing supported, base on EDA and CQRS.","archived":false,"fork":false,"pushed_at":"2023-10-29T16:02:54.000Z","size":1189,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-12-16T19:00:53.274Z","etag":null,"topics":["cqrs","ddd","eda","eventsourcing","eventstore"],"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/berkaroad.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}},"created_at":"2022-10-16T04:14:03.000Z","updated_at":"2023-12-16T19:00:53.275Z","dependencies_parsed_at":null,"dependency_job_id":"fd5796b7-b63c-4296-acaf-556e20365428","html_url":"https://github.com/berkaroad/squat","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berkaroad%2Fsquat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berkaroad%2Fsquat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berkaroad%2Fsquat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berkaroad%2Fsquat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/berkaroad","download_url":"https://codeload.github.com/berkaroad/squat/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247293915,"owners_count":20915327,"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","ddd","eda","eventsourcing","eventstore"],"created_at":"2025-04-05T05:30:07.476Z","updated_at":"2025-04-05T05:30:08.173Z","avatar_url":"https://github.com/berkaroad.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# squat\n\nDomain-Driven Design framework, event sourcing supported, base on EDA and CQRS.\n\n## Feature List\n\n* 1. Event Sourcing\n\n  Save eventstream when aggregate changed. And also can been restored from eventstreams and snapshot.\n\n  * 1) Save `eventstream` to `eventstore`\n\n  * 2) Publish `eventstream` to `eventpublisher`\n\n  * 3) Support taking snapshot for `aggregate` to `snapshotstore`\n\n* 2. EDA\n\n  Publish events and handle them. In event handler, you can also publish another events.\n\n  * 1) Support user-customized `proxy` for event handler\n\n  * 2) Support notify when command-id related eventstream handled\n\n  * 3) Support parallel handling events by different mailbox's name\n\n  * 4) Record published eventstream to `publishedstore` when published to eventbus success\n\n* 3. CQRS\n\n  Send command to command bus and returns two results: one is when command handled, the other is when command-id related eventstream handled.\n\n  * 1) Support user-customized `proxy` for command handler\n\n  * 2) Support notify when command handled\n\n  * 3) Support parallel handling commands by different mailbox's name\n\n  * 4) Support process manager, for communication with multiple aggregate instances\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fberkaroad%2Fsquat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fberkaroad%2Fsquat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fberkaroad%2Fsquat/lists"}