{"id":18706324,"url":"https://github.com/axonframework/extension-cosmosdb","last_synced_at":"2025-08-11T09:16:31.216Z","repository":{"id":216322920,"uuid":"738457185","full_name":"AxonFramework/extension-cosmosdb","owner":"AxonFramework","description":"Axon Framework extension for Azure Cosmos DB integration.","archived":false,"fork":false,"pushed_at":"2025-07-25T15:49:45.000Z","size":289,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-07-25T22:43:56.609Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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":"2024-01-03T09:18:36.000Z","updated_at":"2025-07-25T15:49:49.000Z","dependencies_parsed_at":"2024-03-03T20:24:28.032Z","dependency_job_id":"8936463d-7303-4729-9626-9de92d8b7182","html_url":"https://github.com/AxonFramework/extension-cosmosdb","commit_stats":null,"previous_names":["axonframework/extension-cosmosdb"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AxonFramework/extension-cosmosdb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AxonFramework%2Fextension-cosmosdb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AxonFramework%2Fextension-cosmosdb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AxonFramework%2Fextension-cosmosdb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AxonFramework%2Fextension-cosmosdb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AxonFramework","download_url":"https://codeload.github.com/AxonFramework/extension-cosmosdb/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AxonFramework%2Fextension-cosmosdb/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269857731,"owners_count":24486396,"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-11T02:00:10.019Z","response_time":75,"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":[],"created_at":"2024-11-07T12:13:49.169Z","updated_at":"2025-08-11T09:16:31.074Z","avatar_url":"https://github.com/AxonFramework.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Why are there no releases?\n\nThe Axon Framework Cosmos DB Extension has never seen a full release.\nWe developed the Cosmos Db extension as a trial, to validate if attaching to the Cosmos DB API instead of using Mongo would be more efficient.\nAlthough some gains were reached, we did not receive any immediate \"push\" from the community to pursue this extension.\nAs such, we never landed on a full release.\n\nRegardless, if you find this repository, and you have genuine interest, be sure to open an issue in here!\nDepending on the use case, we may reconsider proceeding with this extension.\n\n# Axon Framework - Cosmos DB Extension\n\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.axonframework.extensions.cosmosdb/axon-cosmosdb/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.axonframework.extensions.cosmosdb/axon-cosmosdb/)\n![Build Status](https://github.com/AxonFramework/extension-cosmosdb/workflows/Cosmos%20DB%20Extension/badge.svg?branch=master)\n[![SonarCloud Status](https://sonarcloud.io/api/project_badges/measure?project=AxonFramework_extension-cosmosdb\u0026metric=alert_status)](https://sonarcloud.io/dashboard?id=AxonFramework_extension-cosmosdb)\n\nAxon Framework is a framework for building evolutionary, event-driven microservice systems,\nbased on the principles of Domain-Driven Design, Command-Query Responsibility Separation (CQRS), and Event Sourcing.\n\nAs such, it provides the necessary building blocks to follow these principles.\nExamples of these building blocks are Aggregate factories and Repositories, Command, Event and Query Buses, and an Event\nStore.\nThe framework provides sensible defaults for all of these components out of the box.\n\nThis setup helps to create a well-structured application without having to bother with the infrastructure.\nThe main focus can thus become the business functionality.\n\nThis repository provides an extension to the Axon\nFramework: [Cosmos DB](https://learn.microsoft.com/en-us/azure/cosmos-db/introduction).\nIt provides functionality to use a token store based on Cosmos DB, such that your projections maintained in Cosmos DB are combined with the tokens in the same repository.\n\nFor more information on anything Axon, please visit our website, [http://axoniq.io](http://axoniq.io).\n\n## Getting started\n\nThis extension only contains a [token store](https://docs.axoniq.io/axon-framework-reference/development/events/event-processors/streaming/#token-store) and thus is helpful when building projections in Cosmos DB.\\\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 file an [issue](https://github.com/AxonIQ/reference-guide/issues) about it for us.\n* There is a [forum](https://discuss.axoniq.io/) to support you in the case the reference guide did not sufficiently\n  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-cosmosdb/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\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\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-cosmosdb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faxonframework%2Fextension-cosmosdb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxonframework%2Fextension-cosmosdb/lists"}