What is an Object Store? Object Store in Mule 4 allows you to save data as a key-value pair and access it later for any transformation or condition logic. The Object Store is primarily used to store watermarks, access tokens, and user information as a key-value pair. We can utilise the pre-built Object Store connector… Continue reading Object Store Connector In Mule 4
Category: MuleSoft Technical Guides
Guides for MuleSoft Developers.
GraphQL Integration With Mule 4
What is GraphQL? GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. Created by Facebook, implemented in their mobile app in 2012 and open-sourced in 2015. It is rapidly becoming the standard for API-based data access. GraphQL provides a complete and understandable description of the data… Continue reading GraphQL Integration With Mule 4
Mule Maven Plugin
One of the ways to deploy the MuleSoft Application is using the Mule Maven Plugin. In Mule 4, when the new project is created, we find pom.xml in the project structure. Pom.xml file contains the dependency information of the modules used in the project. It manages dependencies which are required to run the application. Steps… Continue reading Mule Maven Plugin
Integrate Amazon S3 with Mule
Amazon Web Service’s S3 stands for “Simple Storage Service”. It is a type of cloud storage provided to the developers as a scalable solution over the Internet. Amazon S3 uses the concept of Buckets & Objects to store the data. It allows an easy, user-friendly, fast & on-demand approach for storing & retrieving the data… Continue reading Integrate Amazon S3 with Mule