{"id":13630912,"url":"https://github.com/ddd-by-examples/event-source-cqrs-sample","last_synced_at":"2025-04-05T13:09:23.914Z","repository":{"id":37733909,"uuid":"62087001","full_name":"ddd-by-examples/event-source-cqrs-sample","owner":"ddd-by-examples","description":"Sample ES/CQRS application","archived":false,"fork":false,"pushed_at":"2018-05-22T22:15:14.000Z","size":381,"stargazers_count":471,"open_issues_count":1,"forks_count":133,"subscribers_count":36,"default_branch":"master","last_synced_at":"2025-03-29T12:10:04.730Z","etag":null,"topics":["cqrs","domain-driven-design","event-driven","event-sourcing","hexagonal-architecture","springboot"],"latest_commit_sha":null,"homepage":null,"language":"Java","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/ddd-by-examples.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":"2016-06-27T20:45:28.000Z","updated_at":"2025-02-23T16:23:07.000Z","dependencies_parsed_at":"2022-08-08T21:30:41.385Z","dependency_job_id":null,"html_url":"https://github.com/ddd-by-examples/event-source-cqrs-sample","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/ddd-by-examples%2Fevent-source-cqrs-sample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddd-by-examples%2Fevent-source-cqrs-sample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddd-by-examples%2Fevent-source-cqrs-sample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddd-by-examples%2Fevent-source-cqrs-sample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ddd-by-examples","download_url":"https://codeload.github.com/ddd-by-examples/event-source-cqrs-sample/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247339158,"owners_count":20923014,"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","domain-driven-design","event-driven","event-sourcing","hexagonal-architecture","springboot"],"created_at":"2024-08-01T22:02:02.939Z","updated_at":"2025-04-05T13:09:23.892Z","avatar_url":"https://github.com/ddd-by-examples.png","language":"Java","funding_links":[],"categories":["Java"],"sub_categories":[],"readme":"[![Conference recommends](https://devternity.com/shields/recommends.svg)](https://devternity.com)\n\n\n# Sample event sourced application with Command Query Responsibility Segregation\n\n** Event sourcing **\n\nShop item can be bought, paid, and marked as payment timeout. Aggregate root (ShopItem) emits 3 different types of domain events: ItemBought, ItemPaid, ItemPaymentMissing. All of them are consequences of commands.\n\nEvent store is constructed in database as EventStream table with collection of EventDescriptors. EventStream is fetched by unique aggregate root uuid.\n\n** CQRS **\n\nRead model is constructed by listening to domain events mentioned before. This task is performed by ReadModelOnDomainEventUpdater\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fddd-by-examples%2Fevent-source-cqrs-sample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fddd-by-examples%2Fevent-source-cqrs-sample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fddd-by-examples%2Fevent-source-cqrs-sample/lists"}