{"id":15035798,"url":"https://github.com/axonframework/axonframework","last_synced_at":"2025-05-14T11:08:30.725Z","repository":{"id":1968571,"uuid":"2899580","full_name":"AxonFramework/AxonFramework","owner":"AxonFramework","description":"Framework for Evolutionary Message-Driven Microservices on the JVM","archived":false,"fork":false,"pushed_at":"2025-05-07T10:30:47.000Z","size":55615,"stargazers_count":3428,"open_issues_count":173,"forks_count":800,"subscribers_count":188,"default_branch":"master","last_synced_at":"2025-05-07T10:52:41.110Z","etag":null,"topics":["cqrs","domain-driven-design","event-sourcing","java","message-driven","performance","scalability"],"latest_commit_sha":null,"homepage":"https://axoniq.io/","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/AxonFramework.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","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,"zenodo":null}},"created_at":"2011-12-02T16:04:42.000Z","updated_at":"2025-05-07T03:08:26.000Z","dependencies_parsed_at":"2024-01-07T04:25:57.501Z","dependency_job_id":"47733587-be6a-44bf-b455-447fad45fb7c","html_url":"https://github.com/AxonFramework/AxonFramework","commit_stats":{"total_commits":7660,"total_committers":238,"mean_commits":32.18487394957983,"dds":0.7693211488250653,"last_synced_commit":"49f008bcd65c9225e205fc3945dbc7116985df1c"},"previous_names":[],"tags_count":173,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AxonFramework%2FAxonFramework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AxonFramework%2FAxonFramework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AxonFramework%2FAxonFramework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AxonFramework%2FAxonFramework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AxonFramework","download_url":"https://codeload.github.com/AxonFramework/AxonFramework/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254129485,"owners_count":22019628,"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-sourcing","java","message-driven","performance","scalability"],"created_at":"2024-09-24T20:29:30.695Z","updated_at":"2025-05-14T11:08:30.664Z","avatar_url":"https://github.com/AxonFramework.png","language":"Java","readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.axoniq.io/products/axon-framework\"\u003e\n    \u003cimg src=\"https://www.axoniq.io/hubfs/axon-framework.svg\" alt=\"Axon Framework logo\" width=\"200\" height=\"200\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eAxon Framework\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  Build modern event-driven systems with AxonIQ technology.\n  \u003cbr\u003e\n  \u003ca href=\"https://www.axoniq.io/products/axon-framework\"\u003e\u003cstrong\u003eProduct Description »\u003c/strong\u003e\u003c/a\u003e\n  \u003cbr\u003e\n  \u003cbr\u003e\n  \u003ca href=\"https://github.com/AxonIQ/code-samples\"\u003eCode Samples Repo\u003c/a\u003e\n  ·\n  \u003ca href=\"https://developer.axoniq.io/axon-framework/overview\"\u003eTechnical Overview\u003c/a\u003e\n  ·\n  \u003ca href=\"https://github.com/AxonFramework/AxonFramework/issues\"\u003eFeature / Bug Request\u003c/a\u003e\n\n\u003c/p\u003e\n\n\n\n\n# Axon Framework\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.axonframework/axon/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.axonframework/axon)\n![Build Status](https://github.com/AxonFramework/AxonFramework/workflows/Axon%20Framework/badge.svg?branch=master)\n[![SonarCloud Status](https://sonarcloud.io/api/project_badges/measure?project=AxonFramework_AxonFramework\u0026metric=alert_status)](https://sonarcloud.io/dashboard?id=AxonFramework_AxonFramework)\n\nAxon Framework is a framework for building evolutionary, event-driven microservice systems based on the principles of Domain-Driven Design (DDD), Command-Query Responsibility Separation (CQRS), and Event Sourcing.\n\n\u003cimg src=\"https://library.axoniq.io/axoniq-console-getting-started/main/ac-monitor-axon-framework-applications/_images/ac-message-dependency-diagram.png\" alt=\"Bootstrap logo\"\u003e\n\nAxon Framework provides you with the necessary building blocks to follow these principles.\nExamples of building blocks are aggregate design handles, aggregate repositories, command buses, saga design handles, event stores, query buses, and more.\nThe framework provides sensible defaults for all of these components out of the box.\n\nThe messaging support for commands, events, and queries is at the core of these building blocks. \nIt is the messaging basics that enable an evolutionary approach towards microservices through the [location transparency](https://en.wikipedia.org/wiki/Location_transparency) they provide.\n\nAxon will also assist in distributing applications to support scalability or fault tolerance, for example.\nThe most accessible and quick road forward would be to use [Axon Server](https://developer.axoniq.io/axon-server/overview) to seamlessly adjust message buses to distributed implementations.\nAxon Server provides a distributed command bus, event bus, query bus, and an efficient event store implementation for scalable event sourcing.\nAdditionally, the [Axon Framework organization](https://github.com/AxonFramework) has several extensions that can help in this space.\n\nAll this helps to create a well-structured application without worrying about the infrastructure.\nHence, your focus can shift from non-functional requirements to your business functionality.\n\nFor more information on anything Axon, please visit our website, [http://axoniq.io](http://axoniq.io).\n\n## Getting started\n\nNumerous resources can help you on your journey in using Axon Framework.\nA good starting point is [AxonIQ Developer Portal](https://developer.axoniq.io/), which provides links to resources like blogs, videos, and descriptions.\n\nFurthermore, below are several other helpful resources:\n* The [quickstart page](https://docs.axoniq.io/reference-guide/getting-started/quick-start) of the documentation provides a simplified entry point into the framework with the [quickstart project](https://download.axoniq.io/quickstart/AxonQuickStart.zip).\n* We have our very own [academy](https://academy.axoniq.io/)! \n  The introductory courses are free, followed by more in-depth (paid) courses.\n* The [reference guide](https://docs.axoniq.io) explains all of the components maintained within Axon Framework's products.\n* If the guide doesn't help, our [forum](https://discuss.axoniq.io/) provides a place to ask questions you have during development.\n* The [hotel demo](https://github.com/AxonIQ/hotel-demo) shows a fleshed-out example of using Axon Framework.\n* The [code samples repository](https://github.com/AxonIQ/code-samples) contains more in-depth samples you can benefit from.\n* You can [Ask Axon Guru](https://gurubase.io/g/axon-framework), it is an Axon-focused AI to answer your questions.\n\n## Receiving help\n\nAre you having trouble using any of our libraries or products?\nKnow that we want to help you out the best we can!\nThere are a couple of things to consider when you're traversing anything Axon:\n\n* Checking the [reference guide](https://docs.axoniq.io) should be your first stop.\n* When the reference guide does not cover your predicament, we would greatly appreciate it if you could file an [issue](https://github.com/AxonIQ/reference-guide/issues) for it.\n* Our [forum](https://discuss.axoniq.io/) provides a space to communicate with the Axon community to help you out. \n  AxonIQ developers will help you out on a best-effort basis. \n  And if you know how to help someone else, we greatly appreciate your contributions!\n* We also monitor Stack Overflow for any question tagged with [**axon**](https://stackoverflow.com/questions/tagged/axon). \n  Similarly to the forum, AxonIQ developers help out on a best-effort basis.\n\n## Feature requests and issue reporting\n\nWe use GitHub's [issue tracking system](https://github.com/AxonFramework/AxonFramework/issues)) for new feature requests, framework enhancements, and bugs.\nBefore filing an issue, please verify that it's not already reported by someone else. \nFurthermore, make sure you are adding the issue to the correct repository!\n\nWhen filing bugs:\n* A description of your setup and what's happening helps us figure out what the issue might be.\n* Do not forget to provide the versions of the Axon products you're using, as well as the language and version.\n* If possible, share a stack trace. \n  Please use Markdown semantics by starting and ending the trace with three backticks (```).\n\nWhen filing a feature or enhancement:\n* Please provide a description of the feature or enhancement at hand. \n  Adding why you think this would be beneficial is also a great help to us.\n* (Pseudo-)Code snippets showing what it might look like will help us understand your suggestion better.\n  Similarly as with bugs, please use Markdown semantics for code snippets, starting and ending with three backticks (```).\n* If you have any thoughts on where to plug this into the framework, that would be very helpful too.\n* Lastly, we value contributions to the framework highly. \n  So please provide a Pull Request as well!\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxonframework%2Faxonframework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faxonframework%2Faxonframework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxonframework%2Faxonframework/lists"}