Creating a REST API: Module Based Pagination, Sorting, and Filtering
#ICYMI: I previously demonstrated a manual approach to adding pagination, sorting, and filtering capabilities to a REST API. In this post, I’ll show you how to use a module to simplify and standardize these operations.
Getting Started
To demonstrate the use of a module, I created one called QueryWrap. Here’s its description on GitHub: https://goo.gl/WXTMuQ #DataIntegration #ML
Mule 4: Database Connector Bulk Insert
In this article, I will explain how to implement the bulk insert operation in the Mule 4 Database Connector. For instance, we have a CSV Input File that contains a list of people. Our interface will read that input file and insert the person data to a PostgreSQL Database Table using Bulk Insert.
Scheduler Component: Using a Fixed Frequency that set to every 2 minutes scheduled run. https://goo.gl/4fPoBn #DataIntegration #ML

