{"id":15466154,"url":"https://github.com/rahulsom/grooves","last_synced_at":"2025-04-14T10:11:11.719Z","repository":{"id":17728693,"uuid":"82593452","full_name":"rahulsom/grooves","owner":"rahulsom","description":"EventSourcing for Java","archived":false,"fork":false,"pushed_at":"2025-04-11T19:04:48.000Z","size":3861,"stargazers_count":9,"open_issues_count":15,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-11T20:23:35.235Z","etag":null,"topics":["cqrs","eventsourcing","groovy","java","kotlin"],"latest_commit_sha":null,"homepage":"https://rahulsom.github.io/grooves","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rahulsom.png","metadata":{"files":{"readme":"README.adoc","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":"2017-02-20T19:19:40.000Z","updated_at":"2024-08-24T21:51:04.000Z","dependencies_parsed_at":"2024-02-22T23:24:04.844Z","dependency_job_id":"20b4f049-9f5e-40f6-8df9-54f40d7f6321","html_url":"https://github.com/rahulsom/grooves","commit_stats":null,"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahulsom%2Fgrooves","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahulsom%2Fgrooves/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahulsom%2Fgrooves/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahulsom%2Fgrooves/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rahulsom","download_url":"https://codeload.github.com/rahulsom/grooves/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248860217,"owners_count":21173342,"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","eventsourcing","groovy","java","kotlin"],"created_at":"2024-10-02T01:05:16.526Z","updated_at":"2025-04-14T10:11:11.677Z","avatar_url":"https://github.com/rahulsom.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"= Grooves\n\nhttps://opensource.org/licenses/Apache-2.0[image:https://img.shields.io/badge/License-Apache%202.0-blue.svg[License]]\nhttps://codecov.io/gh/rahulsom/grooves[image:https://codecov.io/gh/rahulsom/grooves/branch/master/graph/badge.svg[codecov]]\n\nEvent Sourcing Library for Java.\n\n_Grooves formerly meant Groovy Event Sourcing._\nIn its present form, it can support just about any JVM language.\nExamples and tests include Java, Groovy and Kotlin.\nDocumentation can be found https://rahulsom.github.io/grooves/[here].\n\n== Modules\n\n[cols=\"25%,75%\"]\n|===\n\na|grooves-groovy\n\nimage::https://maven-badges.herokuapp.com/maven-central/com.github.rahulsom/grooves-groovy/badge.svg[link=\"https://maven-badges.herokuapp.com/maven-central/com.github.rahulsom/grooves-groovy\", width=\"300px\"]\na|This is for you if you want to write your queries in groovy, but are not using GORM.\nYou will have to implement your own data access, but will get support for checking completeness of queries based on groovy AST Transformations.\n\na|grooves-java\n\nimage::https://maven-badges.herokuapp.com/maven-central/com.github.rahulsom/grooves-java/badge.svg[link=\"https://maven-badges.herokuapp.com/maven-central/com.github.rahulsom/grooves-java\", width=\"300px\"]\na|This is for you if you want to write your queries in java.\nYou will have to implement your own data access, but will get support for checking completeness of queries based on Annotation Processors.\n\na|grooves-api\n\nimage::https://maven-badges.herokuapp.com/maven-central/com.github.rahulsom/grooves-api/badge.svg[link=\"https://maven-badges.herokuapp.com/maven-central/com.github.rahulsom/grooves-api\", width=\"300px\"]\na|This is for you if you are not using groovy or java, or don't care about verifying completeness of queries.\nFor example, you could use this for writing code with Kotlin.\n\na|grooves-types\n\nimage::https://maven-badges.herokuapp.com/maven-central/com.github.rahulsom/grooves-types/badge.svg[link=\"https://maven-badges.herokuapp.com/maven-central/com.github.rahulsom/grooves-types\", width=\"300px\"]\na|This contains types that are used in `grooves-api`.\nIt is very unlikely you'll be using this directly.\n\na|grooves-diagrams\n\nimage::https://maven-badges.herokuapp.com/maven-central/com.github.rahulsom/grooves-diagrams/badge.svg[link=\"https://maven-badges.herokuapp.com/maven-central/com.github.rahulsom/grooves-diagrams\", width=\"300px\"]\na|This is an asciidoctor extension that allows you to generate diagrams like those in grooves' documentation.\n\n|===\n\n== Examples\n\n[cols=\"1,3\"]\n|===\n\n|link:grooves-example-springboot-jpa[grooves-example-springboot-jpa]\n|This uses Springboot and JPA repositories for everything.\nAll the code is written in groovy.\n\n|link:grooves-example-springboot-kotlin[grooves-example-springboot-kotlin]\n|This uses Spring Reactive Web and RxMongo repositories for everything.\nAll the code is written in kotlin.\n\n|link:grooves-example-javaee[grooves-example-javaee]\n|This uses Java and JavaEE for the APIs.\nThe persistence here is completely made up using a few `List` objects.\nThe reason for that is to show how you don't have to be tied to any one persistence mechanism.\n\n|link:grooves-example-pushstyle[grooves-example-pushstyle]\n|This uses Kotlin and Guava EventBus.\nThe snapshots are persisted using jOOQ.\nThe events are never persisted. They are processed as they come on the EventBus.\n\n|===\n\n\n== Releasing\n\n* Tag to release. A GitHub action should take care of publishing.\n  Remember to update `grooves-site/versions.json` with the correct list of supported versions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frahulsom%2Fgrooves","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frahulsom%2Fgrooves","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frahulsom%2Fgrooves/lists"}