-
-
Notifications
You must be signed in to change notification settings - Fork 40
Home
Robin Rodricks edited this page Jan 18, 2023
·
19 revisions
FluentStorage supports many different storage types:
-
Blob Storage - store binary files of any size, that do not have any structure. 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 tronsformation sinks.