Tag: MuleSoft
-
Query and Load Data into Google BigQuery using MuleSoft
BigQuery is a RESTful web service that enables interactive analysis of massively large datasets working along with Google Storage. If you’re building new integrations to drive data in and out of BigQuery, the general recommendation is to leverage the native API. MuleSoft recently released a Google BigQuery Connector that wraps these APIs and provides an…
-
Mastering Microsoft Power BI Integration with MuleSoft: A Step-by-Step Tutorial
Unlocking the full potential of your data has never been easier than with the seamless integration of MuleSoft and Microsoft Power BI. In today’s data-driven world, businesses are constantly seeking ways to harness the power of their information for smarter decision-making. In this step-by-step tutorial, we’ll guide you through the process of using MuleSoft, a…
-
Exposing SAP Table Data with MuleSoft – Part 1
Overview Master Data, Transactional Data, Configuration Data, Custom Z-Tables: these are various types of tables that store data around SAP. Each table is designed to hold specific types of data related to a particular module or aspect of the business. How you access data from these tables in SAP can vary from use-case to use-case.…
-
Read and write Apache Parquet files using MuleSoft
UPDATE: 10/24/2022 – The Connector has been updated to support InputStream so there’s no need read from a local file store. You can read or write directly from a stream to an endpoint like AWS S3. Apache Parquet is a file format designed to support fast data processing for complex data. Unlike row-based formats like…
-
Connecting to Salesforce Marketing Cloud with MuleSoft – Using the REST APIs – Part 3
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 the connection configuration of the SFMC connector as well as how to push data to Data Extensions with the SFMC connector. In this article, I’ll…
-
Replace AWS API Gateway with MuleSoft in front of AWS Lambda Functions
-
Load 10M records into Snowflake in under 20 seconds with MuleSoft
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. As enterprises begin moving their data into Snowflake, they need ways to connect and integrate large volumes of data from their systems quickly and efficiently. …
-
Call MuleSoft APIs from Salesforce Lightning Flow Builder
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, you can also make calls to Enhanced External Services from a flow. This article will walk you through the process of taking an API designed…
-
Call a Java Method from a *.jar file in DataWeave
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 can reuse code or leverage their own code within a Mule application. Sometimes this code can be sitting in a *.jar file and the developer…
-
Connecting to Salesforce Marketing Cloud with MuleSoft – Using the Connector – Part 2
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 of setting up the connection between MuleSoft and SFMC. You can use the MuleSoft SFMC connector to connect using either Basic Authentication or with OAuth…