Skip to content
Robin Rodricks edited this page Jan 18, 2023 · 19 revisions

Documentation

FluentStorage supports many different storage types:

  • Blob Storage - store unstructured binary files of any size. Examples are Amazon S3, Azure Blob Storage, local folder etc.

  • Message Storage - asynchronous mechanism to send and receive messages between disconnected systems. Examples are MSMQ, Azure Service Bus, Amazon Simple Queue.

  • Key/Value Storage - store key/value pairs in cloud providers.

  • Data Transformation Sinks - encryption and compression data transformation sinks.

Storagetypes