{"id":19383291,"url":"https://github.com/rebus-org/rebus.azureblobs","last_synced_at":"2025-04-23T21:31:45.189Z","repository":{"id":62026677,"uuid":"170762621","full_name":"rebus-org/Rebus.AzureBlobs","owner":"rebus-org","description":":bus: Azure Blobs-based databus storage for Rebus","archived":false,"fork":false,"pushed_at":"2023-11-15T09:43:24.000Z","size":1931,"stargazers_count":3,"open_issues_count":1,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-02T20:11:49.362Z","etag":null,"topics":["attachment","azure-blob","azure-blob-storage","azure-storage","databus","sagas"],"latest_commit_sha":null,"homepage":"https://mookid.dk/category/rebus","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rebus-org.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","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":"2019-02-14T21:47:46.000Z","updated_at":"2023-08-08T15:07:30.000Z","dependencies_parsed_at":"2023-11-15T10:40:04.706Z","dependency_job_id":"3f915d87-cc40-406b-946c-421fec7843fa","html_url":"https://github.com/rebus-org/Rebus.AzureBlobs","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rebus-org%2FRebus.AzureBlobs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rebus-org%2FRebus.AzureBlobs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rebus-org%2FRebus.AzureBlobs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rebus-org%2FRebus.AzureBlobs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rebus-org","download_url":"https://codeload.github.com/rebus-org/Rebus.AzureBlobs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250517782,"owners_count":21443847,"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":["attachment","azure-blob","azure-blob-storage","azure-storage","databus","sagas"],"created_at":"2024-11-10T09:25:25.097Z","updated_at":"2025-04-23T21:31:44.581Z","avatar_url":"https://github.com/rebus-org.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rebus.AzureBlobs\n\n[![install from nuget](https://img.shields.io/nuget/v/Rebus.AzureBlobs.svg?style=flat-square)](https://www.nuget.org/packages/Rebus.AzureBlobs)\n\nProvides Azure Blobs-based implementation for [Rebus](https://github.com/rebus-org/Rebus) of\n\n* data bus storage (in blobs)\n* saga auditing snapshots (blobs)\n\nYou can configure the blob-based data bus like this:\n\n```csharp\nvar storageAccount = CloudStorageAccount.Parse(connectionString);\n\nConfigure.With(...)\n\t.(...)\n\t.DataBus(d =\u003e d.StoreInBlobStorage(storageAccount, \"container-name\"))\n\t.Start();\n\n```\n\nor, if you're using Rebus 5 or earlier, you need to do it like this:\n\n```csharp\nvar storageAccount = CloudStorageAccount.Parse(connectionString);\n\nConfigure.With(...)\n\t.(...)\n\t.Options(o =\u003e o.EnableDataBus().StoreInBlobStorage(storageAccount, \"container-name\"))\n\t.Start();\n\n```\n\n\n![](https://raw.githubusercontent.com/rebus-org/Rebus/master/artwork/little_rebusbus2_copy-200x200.png)\n\n---\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frebus-org%2Frebus.azureblobs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frebus-org%2Frebus.azureblobs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frebus-org%2Frebus.azureblobs/lists"}