{"id":19656848,"url":"https://github.com/daggerok/cqrs-eventsourcing-user-management-example","last_synced_at":"2026-05-08T05:04:27.928Z","repository":{"id":151041473,"uuid":"199754743","full_name":"daggerok/cqrs-eventsourcing-user-management-example","owner":"daggerok","description":"CQRS and event sourcing using dynamic groovy, spring-boot and spring-webflux","archived":false,"fork":false,"pushed_at":"2019-08-10T20:35:40.000Z","size":93,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-10T00:46:09.012Z","etag":null,"topics":["gradle","groovy","groovy-language","spock","spock-framework","spock-spring","spock-tests","spring-boot","spring-webflux"],"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/daggerok.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-07-31T01:30:11.000Z","updated_at":"2019-08-16T19:28:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"2ab56db0-4aed-4ab1-ac6f-a2cf86eccadb","html_url":"https://github.com/daggerok/cqrs-eventsourcing-user-management-example","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/daggerok%2Fcqrs-eventsourcing-user-management-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerok%2Fcqrs-eventsourcing-user-management-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerok%2Fcqrs-eventsourcing-user-management-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerok%2Fcqrs-eventsourcing-user-management-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daggerok","download_url":"https://codeload.github.com/daggerok/cqrs-eventsourcing-user-management-example/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240964935,"owners_count":19885832,"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":["gradle","groovy","groovy-language","spock","spock-framework","spock-spring","spock-tests","spring-boot","spring-webflux"],"created_at":"2024-11-11T15:29:06.909Z","updated_at":"2026-05-08T05:04:27.844Z","avatar_url":"https://github.com/daggerok.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CQRS and event sourcing app [![Build Status](https://travis-ci.org/daggerok/cqrs-eventsourcing-user-management-example.svg?branch=master)](https://travis-ci.org/daggerok/cqrs-eventsourcing-user-management-example)\nCQRS and event sourcing using dynamic groovy, spring-boot and spring-webflux\n\nStatus: _in progress, implemented in-memory event store only, follow updates..._\n\n_run kafka_\n\n```bash\nrm -rf /tmp/c ; git clone --depth=1 https://github.com/confluentinc/cp-docker-images.git /tmp/c\ndocker-compose -f /tmp/c/examples/kafka-single-node/docker-compose.yml up -d\ndocker-compose -f /tmp/c/examples/kafka-single-node/docker-compose.yml down -v --rmi local\n```\n\n_run app and test_\n\n```bash\n./gradlew bootRun\n\nhttp :8080/api/v1/messages message=hello\nhttp :8080/api/v1/messages message=world\nhttp :8080/api/v1/messages\nhttp :8080\n```\n\n**NOTE:** _For better developer experience during testing, use idea cURL integration tests from `rest-client*` files. Read more: https://www.jetbrains.com/help/idea/http-client-in-product-code-editor.html_\n\n## why?\n\njust see how everything is clear in next analitics:\n\n- OrderCreated(id=123)\n- ItemAdded(product=Bose Headphones, price=400)\n- FollowSimilarItemsLink(product=Sony Headphones)\n- AccessReviews()\n- VoteReviewHelpful(answer=5/5)\n- ItemAdded(product=Sony Headphones, price=450)\n- ItemRemoved(product=Bose Headphones, price=400)\n- OrderConfirmed()\n- OrderShipped()\n\nresources:\n\n* [YouTube: Building Event Driven Systems with Spring Cloud Stream](https://www.youtube.com/watch?v=LvmPa7YKgqM\u0026t=2673s)\n* [YouTube: 2018-10 Advanced Microservices Patterns: CQRS and Event Sourcing](https://www.youtube.com/watch?v=W_wySQ0lTI4\u0026t=1448s)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaggerok%2Fcqrs-eventsourcing-user-management-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaggerok%2Fcqrs-eventsourcing-user-management-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaggerok%2Fcqrs-eventsourcing-user-management-example/lists"}