What is DataWeave? DataWeave is a powerful transformation language that has been introduced in Mule 4. DataWeave supports a variety of data formats, such as XML, JSON, and CSV. With DataWeave, we can transform the data from one format to another, apply filters, and do many other things. One of the key features of DataWeave… Continue reading DataWeave Streaming in Mule 4
Category: MuleSoft Technical Guides
Guides for MuleSoft Developers.
Steps and Commands for RTF Installation on self managed kubernetes
Command Line Tools Installation: Pre-requisites JDK OpenJDK 11 > https://adoptium.net/temurin/releases/?version=11 OpenJDK 8 > https://adoptium.net/temurin/releases/?version=8 2. Install Chocolatey on Windows a. Run a Powershell terminal as Administrator, then run Get-ExecutionPolicy. If it returns Restricted, then run Set-ExecutionPolicy AllSigned or Set-ExecutionPolicy Bypass -Scope Process. b. Install the Chocolatey Package Manager, a.k.a `choco`: Set-ExecutionPolicy Bypass -Scope Process -Force;… Continue reading Steps and Commands for RTF Installation on self managed kubernetes
Asynchronous Messaging Service
Anypoint Messaging Queue, also known as Anypoint MQ, is a cloud-based messaging queueing service that enables the smooth and secure movement of data between multiple independent instances of one or several applications operating in a shared environment. Acting as an intermediary, Anypoint MQ facilitates safe and reliable data transmission between applications, supporting advanced asynchronous messaging… Continue reading Asynchronous Messaging Service
Employee Onboarding Automation with MuleSoft RPA
Many processes in HR need a lot of time and attention during the onboarding process. However, MuleSoft RPA can be an asset in HR as it can be one of the primary and most desired use cases. The HR team can focus on the new employee while the bots can take care of the administration… Continue reading Employee Onboarding Automation with MuleSoft RPA