Storage By viaSocket


How to create and use Storage in viaSocket?

Storage is a virtual database where you can store and retrieve data in JSON format. Storage is designed to store, update, and retrieve data from your workflows. It allows users to maintain data consistency across multiple executions of a workflow,and facilitate data sharing between different workflows.

                   With its intuitive interface, you can effortlessly maintain data consistency across multiple workflow executions

To utilize the Storage feature in viaSocket, follow these steps:

  • Access your workflows in viaSocket.
  • Choose the desired workflow where you want to incorporate Storage.
  • Within the workflow editor, locate and select the "Storage" action from the available options.

        Once you select the Storage action, you will find several useful functionalities to manage your data.

     

  • Create New document: This feature allows you to add or store data in a new or already existing database. You can create as many documents as you want to organize your data properly. Click on Add New Authorization to create a new database or choose from the existing ones to store your data.
             
  • Find Data: With this functionality, you can retrieve data from the collection based on specific queries.
  • Update a Document: This feature enables you to update a single document by specifying the document  ID.
  • Update Document by Query: Similar to the previous feature, this functionality allows you to update multiple documents within the collection based on specific queries. 
  • Delete Document by ID: This feature allows you to remove a specific document from the collection by providing its unique identifier, such as its ID. 

Integrating Storage with your workflows and applications is seamless and straightforward. Whether you're automating tasks, generating reports, or conducting analyses, Storage ensures that your data is readily available and easily accessible.