Setup an Embedded Apache Derby Database in Mule 4
Overview Apache Derby is a RDBMS which is implemented in Java. It is an open source database developed by Apache Software Foundation. Derby provides an embedded database engine which can…
Overview Apache Derby is a RDBMS which is implemented in Java. It is an open source database developed by Apache Software Foundation. Derby provides an embedded database engine which can…
This is the last in a 3-part series on how to connect to Salesforce Marketing Cloud (SFMC) using MuleSoft. In the previous articles, I showed you how to set up…
https://youtu.be/Fad_shR9hMw
Overview Snowflake is an analytic data warehouse provided as Software-as-a-Service (SaaS). Snowflake provides a data warehouse that is faster, easier to use, and more flexible than traditional data warehouse offerings.…
Overview MongoDB Atlas is a global cloud database service for modern applications. It allows developers to deploy fully managed MongoDB across AWS, Azure, or GCP. Using MuleSoft’s MongoDB Connector, you…
Overview Salesforce Lightning Flow Builder is a process automation solution that provides a fast and easy tool to assemble flows. While Flows allow you to easily interact with Salesforce Objects,…
Overview Reuse is a major tenant of the MuleSoft Anypoint Platform. Instead of being a black box where developers don’t know what the code is doing under the covers, they…
This is the part 2 in a 3-part series on how to connect to Salesforce Marketing Cloud (SFMC) using MuleSoft. In the first part, I walked you through the process…
Overview Querying or upserting data into Salesforce objects is a simple process with MuleSoft and the Salesforce Connector. You can retrieve a Contact record, or update an Account through a…
Quick walkthrough video that shows you how to deploy a Mule Runtime (4.2.2) to Heroku. You can find the Git project here: https://github.com/djuang1/mule-heroku-dyno Shout out to Mars Scott and Trevor…