https://github.com/rebus-org/rebus.azurestorage
:x: DEPRECATED :bus: Azure Storage transport, databus storage, etc. for Rebus
https://github.com/rebus-org/rebus.azurestorage
azure-storage persistence rebus transport
Last synced: 29 days ago
JSON representation
:x: DEPRECATED :bus: Azure Storage transport, databus storage, etc. for Rebus
- Host: GitHub
- URL: https://github.com/rebus-org/rebus.azurestorage
- Owner: rebus-org
- License: other
- Created: 2016-08-31T07:10:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-06-10T09:40:56.000Z (almost 3 years ago)
- Last Synced: 2025-04-02T20:11:48.168Z (about 2 months ago)
- Topics: azure-storage, persistence, rebus, transport
- Language: C#
- Homepage: https://mookid.dk/category/rebus
- Size: 2.91 MB
- Stars: 5
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Rebus.AzureStorage
[](https://www.nuget.org/packages/Rebus.AzureStorage)
THIS REPO IS TO BE DEPRECATED!
Check out [`Rebus.AzureBlobs`](https://github.com/rebus-org/Rebus.AzureBlobs) for blob-based implementations of databus storage and saga snapshots.
Check out [`Rebus.AzureQueues`](https://github.com/rebus-org/Rebus.AzureQueues) for a storage queues-based transport implementation.
Library for table-based subscription storage will follow.
THIS REPO IS TO BE DEPRECATED!
Provides Azure Storage-based implementations for [Rebus](https://github.com/rebus-org/Rebus) of
* data bus storage (in blobs)
* transport (with queues)
* saga auditing snapshots (blobs)
* subscriptions (tables)
---