Storage
The Storage section in LemmeBuild is the backbone of your workflow data management. It empowers you to handle and organize all the data, files, and scripts that fuel your automated processes. This section is divided into four essential areas: Database, KV (Key-Value Storage), Blob, and Scripts. Each one serves a distinct purpose in ensuring that your workflows run smoothly, while offering flexibility and control over your data.
Database
The Database area allows you to create, store, and manipulate structured data within your workflows. You can define tables, insert records, update entries, and query data as per your needs. It is ideal for managing large sets of structured data that require regular manipulation and retrieval in your automated processes.
- Use case: Storing and retrieving user data, logs, or any dynamic content required for workflows.
KV (Key-Value Storage)
The KV Storage is a simple yet powerful way to store key-value pairs. This storage method is efficient for quick lookups and updates, especially when you need to manage configuration data, temporary values, or frequently accessed small datasets. It’s lightweight, making it perfect for situations where speed and simplicity are essential.
- Use case: Storing settings, small preferences, or quick-access data for workflows.
Blob
The Blob storage section is designed to store large, unstructured data such as files, media, and binary data. This area is crucial for handling documents, images, or other files that you may need to upload, download, or process within your workflows. It gives you the flexibility to store large amounts of data efficiently.
- Use case: Storing files or media required by workflows, such as images, PDFs, or backups.
Scripts
The Scripts area is where you can store and manage reusable pieces of code that can be executed within your workflows. Whether it's custom functions, automated tasks, or integration logic, this section allows you to create scripts that enhance and extend the functionality of your workflows.
- Use case: Storing and reusing JavaScript or Python scripts that can be integrated into your workflows for advanced automation.
By utilizing these four storage types, you can create flexible, dynamic, and efficient workflows that handle a wide range of tasks, from managing large datasets to executing complex scripts. LemmeBuild’s storage options ensure your workflows are powered with the right data, at the right time.