{"id":18706328,"url":"https://github.com/axonframework/extension-multitenancy","last_synced_at":"2025-08-16T01:35:36.572Z","repository":{"id":63251832,"uuid":"386618505","full_name":"AxonFramework/extension-multitenancy","owner":"AxonFramework","description":"Axon Framework extension providing handles to support multi tenancy with distinct buses and stores per tenant.","archived":false,"fork":false,"pushed_at":"2025-07-28T09:20:26.000Z","size":1051,"stargazers_count":12,"open_issues_count":4,"forks_count":2,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-07-28T11:26:58.279Z","etag":null,"topics":["axon-framework","multitenancy"],"latest_commit_sha":null,"homepage":"","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","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-07-16T11:48:56.000Z","updated_at":"2025-07-28T09:20:30.000Z","dependencies_parsed_at":"2023-11-30T10:27:15.123Z","dependency_job_id":"86a486a0-a6ff-436e-b64b-5a9d56b29428","html_url":"https://github.com/AxonFramework/extension-multitenancy","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/AxonFramework/extension-multitenancy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AxonFramework%2Fextension-multitenancy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AxonFramework%2Fextension-multitenancy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AxonFramework%2Fextension-multitenancy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AxonFramework%2Fextension-multitenancy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AxonFramework","download_url":"https://codeload.github.com/AxonFramework/extension-multitenancy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AxonFramework%2Fextension-multitenancy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270656817,"owners_count":24623452,"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","status":"online","status_checked_at":"2025-08-15T02:00:12.559Z","response_time":110,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["axon-framework","multitenancy"],"created_at":"2024-11-07T12:13:49.674Z","updated_at":"2025-08-16T01:35:36.540Z","avatar_url":"https://github.com/AxonFramework.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Axon Framework - Multitenancy Extension\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.axonframework.extensions.multitenancy/axon-multitenancy/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.axonframework.extensions.multitenancy/axon-multitenancy/)\n![Build Status](https://github.com/AxonFramework/extension-multitenancy/workflows/Multi-Tenancy%20Extension/badge.svg?branch=master)\n[![SonarCloud Status](https://sonarcloud.io/api/project_badges/measure?project=AxonFramework_extension-multitenancy\u0026metric=alert_status)](https://sonarcloud.io/summary/new_code?id=AxonFramework_extension-multitenancy)\n\nAxon Framework is a framework for building evolutionary, event-driven microservice systems,\nbased on the principles of Domain Driven Design, Command-Query Responsibility Segregation (CQRS) and Event Sourcing.\n\nAs such it provides you the necessary building blocks to follow these principles.\nBuilding blocks like Aggregate factories and Repositories, Command, Event and Query Buses and an Event Store.\nThe framework provides sensible defaults for all of these components out of the box.\n\nThis set up helps you create a well structured application without having to bother with the infrastructure.\nThe main focus can thus become your business functionality.\n\n## Getting started\n\nThe [AxonIQ Docs](https://docs.axoniq.io/home/) contains a section for the guides of all the Axon Framework extensions.\nThe Multitenancy extension guide can be found [here](https://docs.axoniq.io/multitenancy-extension-reference/latest/).\n\n\n## Receiving help\n\nAre you having trouble using the extension?\nWe'd like 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 [documentation](https://docs.axoniq.io/home/) should be your first stop,\n  as the majority of possible scenarios you might encounter when using Axon should be covered there.\n* If the Reference Guide does not cover a specific topic you would've expected,\n  we'd appreciate if you could post a [new thread/topic on our library fourms describing the problem](https://discuss.axoniq.io/c/26).\n* There is a [forum](https://discuss.axoniq.io/) to support you in the case the reference guide did not sufficiently answer your question.\n  Axon Framework and Server developers will help out on a best effort basis.\n  Know that any support from contributors on posted question is very much appreciated on the forum.\n* Next to the forum we also monitor Stack Overflow for any questions which are tagged with `axon`.\n\n## Feature requests and issue reporting\n\nWe use GitHub's [issue tracking system](https://github.com/AxonFramework/extension-multitenancy/issues) for new feature\nrequest, extension enhancements and bugs.\nPrior to filing an issue, please verify that it's not already reported by someone else.\n\nWhen filing bugs:\n* A description of your setup and what's happening helps us figuring out what the issue might be\n* Do not forget to provide version you're using\n* If possible, share a stack trace, using the Markdown semantic ```\n\nWhen filing features:\n* A description of the envisioned addition or enhancement should be provided\n* (Pseudo-)Code snippets showing what it might look like help us understand your suggestion better\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. So please provide a Pull Request as well!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxonframework%2Fextension-multitenancy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faxonframework%2Fextension-multitenancy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxonframework%2Fextension-multitenancy/lists"}