0% found this document useful (0 votes)
116 views4 pages

Mulesoft - Mule - Mule Community Edition

mulesoft community edition
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
116 views4 pages

Mulesoft - Mule - Mule Community Edition

mulesoft community edition
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

7/8/24, 11:46 AM GitHub - mulesoft/mule: Mule Community Edition

mulesoft / mule Public

Mule Community Edition

View license

425 stars 676 forks Branches Tags Activity

Star Notifications

Code Pull requests 39 Actions Wiki Security Insights

127 Branches 591 Tags Go to file Go to file Code

asanguinetti W-16171444: Fixing flaky test ClassloadingTroubleshootingTe…

60684d3 · 3 days ago

.github W-15243544 Include ECCN co… 3 months ago

buildtools MULE-14858: The great POM c… 6 years ago

core-tests W-14954747: Add support for … 3 weeks ago

core W-15707567: fix condition for … 5 days ago

errors W-15609911: Provide a comm… last month

modules W-16171444: Fixing flaky test … 3 days ago

runtime-extension-model W-15509819: Validate import t… 5 days ago

src/site adjust the site descriptor, rena… 13 years ago

tests W-15885175: split container la… 5 days ago

.gitignore MULE-19756: Remove the dep… 3 years ago

BUILD.md MULE-13015: Move distributio… 7 years ago

CONTRIBUTING.md W-11894128: Remove occurre… 2 years ago

I18N.md MULE-7747 Add root project fi… 10 years ago

Jenkinsfile DEL-671: Move runtimeBuild pi… 4 years ago

LICENSE.txt MULE-9305: Remove "ESB" occ… 9 years ago

https://github.com/mulesoft/mule 1/4
7/8/24, 11:46 AM GitHub - mulesoft/mule: Mule Community Edition

README.md remove "reporting issue" to JIR… 2 years ago

STYLE.md MULE-10129: Change code for… 8 years ago

build.yaml W-14202319: Configure requir… 8 months ago

formatter.xml DEL-2793: Fix & Update forma… 3 years ago

pom.xml W-15885175: split container la… 5 days ago

README License

Stop the point-to-point madness


Mule is a lightweight integration platform that allows you to connect anything anywhere. Rather
than creating point-to-point integrations between systems, services, APIs and devices, you can
use Mule to intelligently manage message-routing, data mapping, orchestration, reliability,
security and scalability between nodes. Plug other systems and applications into Mule and let it
handle all the communication between systems, enabling you to track and monitor everything
that happens.

At the simplest level, Mule applications accept and process messages through several Lego-
block-like message processors plugged together in what we call a flow. Understanding the basic
flow architecture is key to understanding Mule. Essentially every Mule flow contains a series of
building blocks that accept, then transform and process messages.

Receive
Based on the concept of Event Driven Architecture (EDA), Mule works by responding to
messages initiated by external resources (i.e. events). For example, a message can be initiated by
an event such as a consumer request from a mobile device, or a change to data in a database, or
the creation of a new customer ID in a SaaS application. In every flow, there must be a receiver
to accept new messages for processing. Mule uses a message source element to receive
messages from one or more external sources, thus triggering the execution of a flow. A transport
carries the message along as it passes through the integration and application levels for
processing.

Transform

https://github.com/mulesoft/mule 2/4
7/8/24, 11:46 AM GitHub - mulesoft/mule: Mule Community Edition

Mule transformers are the key to exchanging data between nodes, as they allow Mule to convert
message payload data to a format that another application can understand. Mule also enables
content enrichment of messages which allows you to retrieve additional data during processing
and attach it to the message.

Process
Mule uses components to conduct backend processes for specific business logic (like checking
the customer and inventory databases). Then, the components route messages to the correct
application (such as an order fulfillment system). Importantly, components don't have to have
any Mule-specific code; they can simply be POJOs, Spring beans, Java beans, Groovy scripts, or
web services containing the business logic for processing data. Components can even be
developed in other languages such as Python, JavaScript, Ruby, and PHP. Mule’s catalog of
building blocks includes the most commonly used Enterprise Integration Patterns.

A flow, therefore, is the construct within which you link together several individual components
(i.e. building blocks) to handle the receipt, processing, and eventual routing of a message. You
can connect many flows together to build a complete application which you can then deploy on
premise, on Mule, on another application server, or in the cloud. Practically speaking, you could
build, deploy, and run a Mule application in a matter of hours, rather than spending weeks or
months building point-to-point connections between systems. Studio, Mule’s Eclipse-based
graphical IDE, makes it even easier to model, then configure, test, and deploy your applications.
Mule is so named because it “carries the heavy development load” of connecting systems.

Get Started
1. Download, then unzip Mule – either the Standalone version (Mule runtime engine) or
Anypoint Studio (the runtime engine + the Eclipse-based graphical IDE) – from
mulesoft.com.

2. Confirm that you have a JDK on your local drive, Java SE 8 Update 152.

3. Launch Mule Studio by double-clicking AnypointStudio.app (Mac) or AnypointStudio.exe


(Windows). Launch Mule as a standalone from the command line by executing ./bin/mule
(Mac) or mule.bat (Windows). Refer to the Mule Installation Guide for more details.

Mule is up and kicking! Check out Anypoint Exchange to explore the potential of Mule.

Contribute
Mule is open source and we love contributions! If you have an idea for a great improvement or
spy an issue you’re keen to fix, you can fork us on github.
https://github.com/mulesoft/mule 3/4
7/8/24, 11:46 AM GitHub - mulesoft/mule: Mule Community Edition

No contribution is too small – providing feedback and participating in the community forums is
invaluable and extremely helpful for all our users. Please refer to our contribution guidelines for
details.

Releases

591 tags

Packages

No packages published

Contributors 133

+ 119 contributors

Languages

Java 99.8% Groovy 0.2% Shell 0.0% CSS 0.0% XSLT 0.0% HTML 0.0%

https://github.com/mulesoft/mule 4/4

You might also like