{"id":19656710,"url":"https://github.com/daggerok/functional-cqrs-es","last_synced_at":"2026-05-15T06:09:16.371Z","repository":{"id":151041710,"uuid":"173672435","full_name":"daggerok/functional-cqrs-es","owner":"daggerok","description":"Not production ready at all! ...library to build simple EventSourcing app (In progress, as usual)","archived":false,"fork":false,"pushed_at":"2019-03-04T04:38:35.000Z","size":190,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-10T00:45:15.428Z","etag":null,"topics":["cqrs","cqrs-application","cqrs-es","cqrs-simple","es","event-sourcing","eventsource","eventsourcing","eventstore","gradle-kotlin-dsl","vuepress"],"latest_commit_sha":null,"homepage":"https://daggerok.github.io/functional-cqrs-es/","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-03-04T04:14:46.000Z","updated_at":"2019-06-21T18:10:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"b80deff2-3de5-4249-9df0-09653e68ab18","html_url":"https://github.com/daggerok/functional-cqrs-es","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%2Ffunctional-cqrs-es","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerok%2Ffunctional-cqrs-es/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerok%2Ffunctional-cqrs-es/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerok%2Ffunctional-cqrs-es/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daggerok","download_url":"https://codeload.github.com/daggerok/functional-cqrs-es/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240964931,"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":["cqrs","cqrs-application","cqrs-es","cqrs-simple","es","event-sourcing","eventsource","eventsourcing","eventstore","gradle-kotlin-dsl","vuepress"],"created_at":"2024-11-11T15:28:40.774Z","updated_at":"2026-05-15T06:09:16.280Z","avatar_url":"https://github.com/daggerok.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# functional CQRS / event sourcing\nFunctional (not production ready at all!) library to build simple EventSourcing app\n\n- Travis CI [![Build Status](https://travis-ci.org/daggerok/functional-cqrs-es.svg?branch=master)](https://travis-ci.org/daggerok/functional-cqrs-es)\n- GitHub [Pages](https://daggerok.github.io/functional-cqrs-es/) documentation\n- GitHub [daggerok/functional-cqrs-es](https://github.com/daggerok/functional-cqrs-es) repository \n\n## TODO\n\n- _Implement_ `Command`(s) and `Event`(s)\n- _Implement_ `Aggregate`\n- _Override_ `handle` and `on` methods og the `Aggregate`\n- _Bootstrap_ application context with `Configurer`\n- _Register_ creation `Command` for an `Aggregate`\n\n::: tip\nSee `samples/aggregate` example project for details\n:::\n\n\u003c!--\n\n_Aggregate implementation sample_\n\n```java\npublic interface Aggregate\u003cID\u003e {\n    ID getAggregateId();\n}\n```\n\n_Aggregate implementation sample_\n\n```java\nclass MyAggregate implements Aggregate\u003cUUID\u003e {\n\n    @Getter final UUID aggregateId;\n\n    public MyAggregate(UUID aggregateId) {\n        this.aggregateId = aggregateId;\n    }\n}\n```\n\n--\u003e\n\n## build\n\n```bash\n./gradlew\n```\n\n## increment version\n\n```bash\n./gradlew incrementVersion\n```\n\n## build GitHub Pages VuePress documentation\n\n```bash\n./gradlew npm_run_build\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaggerok%2Ffunctional-cqrs-es","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaggerok%2Ffunctional-cqrs-es","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaggerok%2Ffunctional-cqrs-es/lists"}