简体   繁体   中英

Offline object storage solution azure blob api compatible

I am looking for the offline storage solution compatible with azure blob storage API for production environment.

Example Minio for AWS S3.

Microsoft Azure Storage Emulator is for testing purpose i can not used it for production

Minio can be used as object storage in Microsoft Azure.

MinIO is an open-source object storage solution.

Yes, Minio can be used as an offline object storage solution in Azure Blob storage with API compatibility by running Minio on an Azure virtual machine or as a managed service.

It can be configured to store data in an Azure Blob storage container. This allows Minio to access the data in Azure Blob storage and provide a compatible S3-style API to access the data.

And Applications can interact with the Minio instance as if it were an S3 bucket, allowing for offline processing of data stored in Azure Blob storage.

Minio Features

It is compatible with the Azure Blob Storage API and can be used in production environments. It is a high performance, scalability, and compatibility with cloud native tools and technologies.

MinIO supports multi-cloud, on-premises and hybrid cloud deployments, and it is a flexible choice for offline storage.

Steps to seup Minio

  1. You can install MinIO on a server/ virtual machine / cloud platform like AWS, GCP, Azure or DigitalOcean.
  2. Start MinIO with a unique endpoint and access/secret keys to access your data.
  3. Create a bucket in MinIO to store your data.
  4. You can upload data to MinIO using the MinIO client, S3 API, or the MinIO browser.
  5. You can access your data stored in MinIO through the MinIO client, S3 API, or the MinIO browser.
  6. MinIO provides features like versioning, lifecycle policies, access controls, and more to manage your data.
  7. Use MinIO's built-in monitoring and management tools to monitor the performance and health of your MinIO instance.

在此处输入图像描述

References taken from

MinIO Client SDK for .NET)

MinIO Multi Cloud Object Storage

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM