{"id":24838776,"url":"https://github.com/reacture/foxoffice","last_synced_at":"2025-10-14T12:30:23.620Z","repository":{"id":144176593,"uuid":"155070858","full_name":"Reacture/FoxOffice","owner":"Reacture","description":"Sample application demonstrating how to build a distributed cloud .NET Core application based on CQRS and Event Sourcing.","archived":false,"fork":false,"pushed_at":"2018-10-29T14:07:30.000Z","size":987,"stargazers_count":44,"open_issues_count":0,"forks_count":6,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-04-07T06:01:43.984Z","etag":null,"topics":["azure-functions","cosmos-db","cqrs","domain-driven-design","event-driven","event-sourcing","message-driven"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Reacture.png","metadata":{"files":{"readme":"README.md","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":"2018-10-28T12:53:32.000Z","updated_at":"2024-09-18T06:37:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"ad74a378-3b6d-4a50-a483-855d0d350176","html_url":"https://github.com/Reacture/FoxOffice","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Reacture/FoxOffice","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Reacture%2FFoxOffice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Reacture%2FFoxOffice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Reacture%2FFoxOffice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Reacture%2FFoxOffice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Reacture","download_url":"https://codeload.github.com/Reacture/FoxOffice/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Reacture%2FFoxOffice/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279018662,"owners_count":26086576,"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-10-14T02:00:06.444Z","response_time":60,"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":["azure-functions","cosmos-db","cqrs","domain-driven-design","event-driven","event-sourcing","message-driven"],"created_at":"2025-01-31T06:21:48.750Z","updated_at":"2025-10-14T12:30:23.614Z","avatar_url":"https://github.com/Reacture.png","language":"C#","readme":"# FoxOffice\n\n**CQRS Sample Program**\n\nThis sample program shows how to build a distributed cloud .NET Core application based on CQRS and Event Sourcing.\n\n![Apps](./contents/apps.png)\n\n## Architecture\n\n![Architecture](./contents/architecture.png)\n\n## How to execute the applications locally\n\n### Install and run Azure storage emulator and Cosmos DB emulator\n\n- [Azure storage emulator](https://docs.microsoft.com/en-us/azure/storage/common/storage-use-emulator)\n- [Cosmos DB emulator](https://docs.microsoft.com/en-us/azure/cosmos-db/local-emulator)\n\n### Create a local settings file for the function app\n\nCreate `local.settings.json` file in the directory `./source/FoxOffice.Processor` to execute the function app on local machine.\n\n```json\n{\n  \"IsEncrypted\": false,\n  \"Values\": {\n    \"AzureWebJobsStorage\": \"UseDevelopmentStorage=true\",\n    \"FUNCTIONS_WORKER_RUNTIME\": \"dotnet\"\n  },\n  \"ConnectionStrings\": {\n    \"Storage\": \"UseDevelopmentStorage=true\"\n  },\n  \"Messaging\": {\n    \"Storage\": {\n      \"QueueName\": \"messages\"\n    }\n  },\n  \"Domain\": {\n    \"Storage\": {\n      \"EventStoreTableName\": \"FoxOfficeEventStore\"\n    }\n  },\n  \"ReadModel\": {\n    \"CosmosDb\": {\n      \"Endpoint\": \"https://localhost:8081\",\n      \"AuthKey\": \"C2y6yDjf5/R+ob0N8A7Cgv30VRDJIWEHLM+4QDU5DE2nQ9nDuVTqobD4b8mGGyPMbIZnqyMsEcaGQy67XIw/Jw==\",\n      \"DatabaseId\": \"FoxOfficeDatabase\",\n      \"CollectionId\": \"FoxOfficeCollection\"\n    }\n  }\n}\n```\n\n### Open the solution\n\nOpen the solution `./source/FoxOffice.sln` in Visual Studio.\n\nIf Visual Studio is not installed on your local machine you can download Visual Studio community edition [here](https://visualstudio.microsoft.com/downloads/). It's free for students, open-source contributors, and individuals.\n\n### Set startup projects\n\n1. Select the menu **'Project'** **\u003e** **'Set Startup Projects...'**.\n1. Select **'Multiple startup projects'** radio button.\n1. Select Action of **'FoxOffice.Processor'** to **'Start'**.\n1. Select Action of **'FoxOffice.Api'** to **'Start'**.\n1. Select Action of **'FoxOffice.Admin'** to **'Start'**.\n\n### Start debugging\n\nSelect the menu **'Debug'** **\u003e** **'Start Debugging'**.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freacture%2Ffoxoffice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freacture%2Ffoxoffice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freacture%2Ffoxoffice/lists"}