Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

A demo app that uses DataMapper in different ways to show how enabling "streaming" can change the way flows behave

Notifications You must be signed in to change notification settings

mulesoft-labs/datamapper-streaming-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataMapper streaming example

A demo app that uses DataMapper in different ways to show how enabling "streaming" can change the way flows behave

How to run the app

Clone the repo:

git clone git@github.com:mulesoft/datamapper-streaming-example.git

Prepare Studio project

mvn studio:studio

Import in studio as "Mule Studio Project from External Location"

What's with the examples?

There are three flows, with different configurations:

  • with-streaming-batch: Processing starts as soon as possible, and when DataMapper maps batchSize elements, the next processor is invoked
  • with-streaming: Processing starts as soon as possible, but you have no control over how many elements at a time are sent to the next processor
  • without-streaming: Processing starts only when all elements are mapped

About

A demo app that uses DataMapper in different ways to show how enabling "streaming" can change the way flows behave

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages