Storage

Blob Storage

Store and manage binary large objects (BLOBs) like files and raw data within your workflow.

The Blob Storage feature in LemmeBuild allows you to store and manage binary large objects (BLOBs) such as files, images, or any form of raw data. This feature is ideal for handling large data objects that need to be processed, transferred, or stored within your workflow. Whether you’re managing documents, images, or raw data, Blob Storage provides a flexible and secure way to handle complex data structures in your automation.

Blobs are stored as raw data and can be referenced within workflows or scripts, enabling powerful data handling and processing tasks. Once stored, these blobs can be retrieved, manipulated, or sent to different parts of the workflow as needed.


Use Cases

  • File Storage: Store various file types, such as documents, images, or any binary data that needs to be processed, transferred, or archived within your workflow.
  • Raw Data Handling: Store and manage raw data blobs for later processing in the workflow. This can include unstructured data or any binary information that may require specific handling.
  • Data Transfer: Use Blob Storage to transfer large data objects between different parts of your workflow or to external services for further processing, storage, or analysis.

Accessing Blob Storage in Workflows

Blobs can be referenced in your workflow or scripts, making it easy to integrate large data objects into your automation processes. For instance, you can store an image as a blob and later retrieve it for processing, sending it to another block or service for further actions.

Example

 const storedImage = $state.imageBlob;

In this example, imageBlob is a blob stored in the $state object. You can process this stored image within your workflow or send it to another service for additional handling.


Why Use Blob Storage?

The Blob Storage feature is a powerful tool for workflows that require handling large data objects like files and raw data. By storing these data objects as blobs, you gain the flexibility to manage, process, and transfer complex data structures seamlessly. Whether you're handling documents, images, or other binary data, Blob Storage provides a secure and scalable solution for data management within your workflows.


With Blob Storage in LemmeBuild, you can efficiently store, manage, and process large data objects, enabling your workflows to handle more complex data structures and processes.