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

Documentation

FluentStorage supports 2 storage types:

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

  • Message Storage - asynchronous mechanism to send and receive messages between systems. Examples are AWS SQS, MSMQ, Azure Service Bus.

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

Storagetypes