This document discusses using a DataMapper transformer in Mule applications. DataMapper transforms data from one format to another. The example shows a flow that uses a JDBC connector to execute a SQL query, transforms the results using a DataMapper configuration, and logs the output. Upon receiving an HTTP request, it connects to a database, runs a select statement, maps the results to a new format defined in a graph, and prints the transformed payload.