Location>code7788 >text

Cloud Storage Abstraction Layer - FluentStorage

Popularity:186 ℃/2024-09-01 21:09:46

FluentStorage is a .NET cloud storage abstraction layer that supports multiple cloud service providers. It provides a unified API to handle Blob storage (e.g. AWS S3, GCP, FTP, SFTP, Azure Blob/File/Event Hub/Data Lake) and messaging (e.g. AWS SQS, Azure Queue/ServiceBus) across different cloud service providers. The library is written entirely in C# and supports .NET 5+ and .NET Standard 2.0+. Its features include a unified API interface, support for all popular providers, implementation of abstractions for memory and disk versions, and data conversion receivers for encryption and compression.

In addition, FluentStorage supports multiple messaging services such as AWS SQS and Azure Queue/ServiceBus. this multi-cloud abstraction layer not only improves data portability and interoperability, but also enhances system resiliency and failure recovery. By using FluentStorage, developers can leverage specific features from different providers while ensuring data security and consistency.

FluentStorage is released under a liberal MIT license, so it can be used in both proprietary and free/open source applications. For more information, please visit its GitHub page:FluentStorage

When dealing with the differences between different cloud storage services, FluentStorage shields the underlying differences by providing a unified interface, making it unnecessary for developers to care about specific service providers. For example, although different cloud storage services have differences in file update delivery time, conflict probability and locking mechanism, FluentStorage ensures that these differences do not affect the developer's experience of using the API for data manipulation through its abstraction layer.