WSO2 Micro Integrator is a comprehensive integration solution that simplifies your digital transformation journey. The Micro Integrator streamlines connectivity among applications, services, data, and the cloud using a user-friendly, low-code graphical design experience.
Refer to the official documentation for further information.
The Micro Integrator runtime is lightweight, fast, scalable, and supports centralized ESB-style integration architectures as well as decentralized microservices architectures:
Developers can create integrations graphically by using WSO2 Micro Integrator for Visual Studio Code extension (MI for VSCode) and deploy them in the Micro Integrator runtime.
The Micro Integrator provides developers with a flawless experience in developing, testing, and deploying integration solutions. The Micro Integrator developer experience is specially tuned for;
- Integration developers who prefer a config-driven approach to integration (centralized or decentralized).
- Integration developers who are looking for a solution to integrate brownfield (i.e. legacy systems) solutions with new microservices-based solutions.
- Existing WSO2 EI and integration middleware users who want to move into cloud-native or microservices architectures.
The Micro Integrator offers an enhanced experience for container-based architectures by simplifying Docker/Kubernetes deployments.
Refer to the Developing Integration Solutions documentation for information.
See the following topics to get started with the product:
- Install and Setup the Micro integrator
- Quick Start Guide
See the Tutorials and Examples to try out the main integration use cases. You can also find more resources in the WSO2 Library.
If you are planning to contribute to the development efforts of WSO2 Micro Integrator, you can do so by checking out
the latest development version. The master
branch holds the latest unreleased source code.
Please follow the steps below to build WSO2 Micro Integrator from the source code.
- Clone or download the source code from this repository (https://github.com/wso2/micro-integrator).
- Run the maven command
mvn clean install
from the root directory of the repository. - The generated Micro Integrator distribution can be found at
micro-integrator/distribution/target/wso2mi-<version>.zip
.
Please note that the product can be build using only JDK 11 but the integration tests can be run in either JDK 11, 17 or 21.
You can build the Docker image for the Micro Integrator by setting the docker.skip
system property to false
when running the
Maven build. This builds and pushes the micro-integrator Docker image to the local Docker registry.
mvn clean install -Ddocker.skip=false
WSO2 Micro Integrator is licensed under the Apache License.
WSO2 wants to learn more about our open source software (OSS) community and your communication preferences to serve you better.
In addition, we may reach out to a small number of respondents to ask additional questions and offer a small gift.
Link to survey: https://forms.gle/h5q4M3K7vyXba3bK6
(c) 2020, WSO2 Inc. All Rights Reserved.