Skip to content

v0.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@jamesbak jamesbak released this 30 Mar 01:26
· 148 commits to master since this release

This is the initial public release of DASH - a scale-out virtual storage account for Azure Blob Storage. Included in this release:

  • Scale-out virtual account support for all Page and Block blobs using HTTP redirections for capable clients.
  • Scale-out virtual account support for all Page and Block blobs via forwarding proxy for clients that are not capable of supporting redirections (.NET Storage SDK for PUT requests, Java Storage SDK).
  • Account and container operations for virtual account.

The following is NOT included in this release:

  • Table and Queue support.
  • (Upcomming) Rebalancing of data storage accounts.
  • (Upcomming) SAS URLs for blobs in virtual account.
  • (Upcomming) Replication of blobs to provide read throughput scale-out.
  • (Upcomming) Metrics and logs for virtual storage account.
  • (Possible future) Sharding at the block/page level. Current unit of sharding is at the blob level.

See readme.md for details on how to build and deploy DASH.