All Projects β†’ Azure β†’ Blobxfer

Azure / Blobxfer

Licence: mit
Azure Storage transfer tool and data movement library

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Blobxfer

Azurestorageexplorer
β˜πŸ’Ύ Manage your Azure Storage blobs, tables, queues and file shares from this simple and intuitive web application.
Stars: ✭ 88 (-26.67%)
Mutual labels:  azure, azure-storage, docker-image
Spring Cloud Azure
Spring Cloud integration with Azure services
Stars: ✭ 197 (+64.17%)
Mutual labels:  azure, azure-storage
Denunciado
This project born from the need from people to have a way of communication between municipalities and communities. Some municipalities, have their platforms, but they are complex to validate the veracity of complaints. Denounced, it was born with the purpose of offering a free platform to these municipalities. Denounced consists of three main modules developed with Microsoft technologies, using the .Net Framework and Xamarin for its development: 1. Back End Web Project: Module of administration of the complaints, by the employees of the town councils. In this tool, the employees of the city council receive, validate, report and close the complaints, after being served. 2. Web Portal Client: It consists of a web project, so that the community make their complaints, in the same, the users of the service create a profile, must specify when making their complaint, evidence to support this. Through the portal, they can see the complaints of other community members, follow it, give their opinion or provide possible solutions or more evidence. 3. Mobile Project: It has the same functionalities as the web portal, with the addition, that the automatic location can be sent, from the cell phone.
Stars: ✭ 183 (+52.5%)
Mutual labels:  azure, azure-storage
Azure Readiness Checklist
This checklist is your guide to the best practices for deploying secure, scalable, and highly available infrastructure in Azure. Before you go live, go through each item, and make sure you haven't missed anything important!
Stars: ✭ 457 (+280.83%)
Mutual labels:  azure, azure-storage
Laravel Azure Storage
Microsoft Azure Blob Storage integration for Laravel's Storage API
Stars: ✭ 139 (+15.83%)
Mutual labels:  azure, azure-storage
Azure Spring Boot
Spring Boot Starters for Azure services
Stars: ✭ 352 (+193.33%)
Mutual labels:  azure, azure-storage
Storage
πŸ’Ώ Storage abstractions with implementations for .NET/.NET Standard
Stars: ✭ 380 (+216.67%)
Mutual labels:  azure, azure-storage
Developing Solutions Azure Exam
This repository contains resources for the Exam AZ-203: Developing Solutions for Microsoft Azure. You can find direct links to resources and and practice resources to test yourself β˜οΈπŸŽ“πŸ“š
Stars: ✭ 59 (-50.83%)
Mutual labels:  azure, azure-storage
Azure For Developers Workshop
The Azure cloud is huge and the vast service catalog may appear daunting at first, but it doesn’t have to be!
Stars: ✭ 38 (-68.33%)
Mutual labels:  azure, azure-storage
Azure.data.wrappers
Azure Storage Simplified
Stars: ✭ 34 (-71.67%)
Mutual labels:  azure, azure-storage
Azurite
A lightweight server clone of Azure Storage that simulates most of the commands supported by it with minimal dependencies
Stars: ✭ 810 (+575%)
Mutual labels:  azure-storage, docker-image
Azurite
!! This repository has now moved to https://github.com/azure/azurite !! A lightweight server clone of Azure Blob, Queue, and Table Storage that simulates most of the commands supported by it with minimal dependencies.
Stars: ✭ 103 (-14.17%)
Mutual labels:  azure, azure-storage
Serverless Url Shortener
Azure Function for a URL shortening website. Uses serverless functions, Azure Table Storage and Application Insights.
Stars: ✭ 113 (-5.83%)
Mutual labels:  azure, azure-storage
Appconfiguration
Questions, feedback and samples for Azure App Configuration service
Stars: ✭ 116 (-3.33%)
Mutual labels:  azure
Alpine Mariadb
MariaDB running on Alpine Linux [Docker]
Stars: ✭ 117 (-2.5%)
Mutual labels:  docker-image
Docker Plex Media Server
Dockerized Plex Media Server
Stars: ✭ 115 (-4.17%)
Mutual labels:  docker-image
Fim
File Integrity Manager -
Stars: ✭ 114 (-5%)
Mutual labels:  docker-image
Terraform Provider Databricks
Databricks Terraform Provider
Stars: ✭ 119 (-0.83%)
Mutual labels:  azure
Fanray
A blog built with ASP.NET Core
Stars: ✭ 117 (-2.5%)
Mutual labels:  azure
Docker
Dockerfiles to package Nix in a minimal docker container
Stars: ✭ 114 (-5%)
Mutual labels:  docker-image

Build Status Build Status Build status codecov PyPI

blobxfer

blobxfer is an advanced data movement tool and library for Azure Storage Blob and Files. With blobxfer you can copy your files into or out of Azure Storage with the CLI or integrate the blobxfer data movement library into your own Python scripts.

Major Features

  • Command-line interface (CLI) providing data movement capability to and from Azure Blob and File Storage
  • Standalone library for integration with scripts or other Python packages
  • High-performance design with asynchronous transfers and disk I/O
  • Supports ingress, egress and synchronization of entire directories, containers and file shares
  • YAML configuration driven execution support
  • Fine-grained resume support including resuming a broken operation within a file or object
  • Vectored IO support
    • stripe mode allows striping a single file across multiple blobs (even to multiple storage accounts) to break through single blob or fileshare throughput limits
    • replica mode allows replication of a file across multiple destinations including to multiple storage accounts
  • Synchronous copy with cross-mode (object transform) replication support
    • Leverages server-side copies by default
    • Arbitrary URL copy support
  • Client-side encryption support
  • Support all Azure Blob types and Azure Files for both upload and download
  • Advanced skip options for rsync-like operations
  • Store/restore POSIX filemode and uid/gid
  • Support reading/pipe from stdin including to page blob destinations
  • Support reading from blob and file share snapshots for downloading and synchronous copy
  • Support for setting access tier on objects for uploading and synchronous copy
  • Configurable one-shot block upload support
  • Configurable chunk size for both upload and download
  • Automatic block size selection for block blob uploading
  • Automatic uploading of VHD/VHDX files as page blobs
  • Include and exclude filtering support
  • Rsync-like delete support
  • No clobber support in either direction
  • Automatic content type tagging
  • Support for setting the Cache Control property of blobs and files
  • File logging support
  • Support for HTTP proxies

Installation

There are three ways to install blobxfer:

Please refer to the installation guide for more information on how to install blobxfer.

Documentation

Please refer to the blobxfer documentation for more details and usage information.

Change Log

Please see the Change Log for project history.


Please see this project's Code of Conduct and Contributing guidelines.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].