Skip to content

Commit

Permalink
Merge pull request #3779 from DinithiDiaz/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
chanikag authored Nov 19, 2024
2 parents 72b10d5 + 01493da commit e260259
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
[![Discord](https://img.shields.io/badge/Join%20us%20on-Discord-%23e01563.svg)](https://discord.gg/wso2)
[![Twitter](https://img.shields.io/twitter/follow/wso2.svg?style=social&label=Follow)](https://twitter.com/intent/follow?screen_name=wso2)

WSO2 Micro Integrator is the integration runtime of [WSO2 Enterprise Integrator
(EI)](https://wso2.com/enterprise-integrator/), which is an open-source, hybrid integration platform. Please refer to the [official documentation](https://ei.docs.wso2.com/en/latest/micro-integrator/overview/introduction/) for further information.
[WSO2 Micro Integrator](https://wso2.com/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](https://mi.docs.wso2.com/en/latest/get-started/introduction) for further information.

The Micro Integrator runtime is lightweight, fast, scalable, and supports centralized ESB-style integration architectures as well as decentralized microservices architectures:

Expand All @@ -17,7 +18,7 @@ The Micro Integrator runtime is lightweight, fast, scalable, and supports centra
- Decentralized integration architecture
![microservices architecture](doc/images/mi-microservices-architecture.png)

Developers can create integrations graphically by using [WSO2 Integration Studio](https://wso2.com/integration/integration-studio/) and deploy them in the Micro Integrator runtime.
Developers can create integrations graphically by using [WSO2 Micro Integrator for Visual Studio Code extension (MI for VSCode)](https://marketplace.visualstudio.com/items?itemName=WSO2.micro-integrator) and deploy them in the Micro Integrator runtime.

## Summary

Expand All @@ -29,27 +30,26 @@ Developers can create integrations graphically by using [WSO2 Integration Studio

## Why Micro Integrator?

The Micro Integrator provides developers with a flawless experience in developing, testing, and deploying integration solutions. The Micro Integrator developer experience is especially tuned for;
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.
- 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 the [developer guide](https://ei.docs.wso2.com/en/latest/micro-integrator/develop/intro-integration-development/) in the documentation for details.
Refer to the [Developing Integration Solutions](https://mi.docs.wso2.com/en/latest/develop/intro-integration-development/) documentation for information.

## Getting Started

See the following topics to get started with the product:
- [Install and setup](https://ei.docs.wso2.com/en/latest/micro-integrator/setup/installation/install_prerequisites/) the Micro integrator
- [Quick start guide](https://ei.docs.wso2.com/en/latest/micro-integrator/overview/quick-start-guide/)
- [Developing your first integration](https://ei.docs.wso2.com/en/latest/micro-integrator/develop/integration-development-kickstart/)
- [Install and Setup](https://mi.docs.wso2.com/en/latest/install-and-setup/install/installation-prerequisites/) the Micro integrator
- [Quick Start Guide](https://mi.docs.wso2.com/en/latest/get-started/quick-start-guide/)

See the [Tutorials](https://ei.docs.wso2.com/en/latest/micro-integrator/use-cases/learn-overview/#tutorials) and [Examples](https://ei.docs.wso2.com/en/latest/micro-integrator/use-cases/learn-overview/#examples) to try out the main integration use cases. You can also find more resources in the [WSO2 Library](https://wso2.com/library/integration/).
See the [Tutorials and Examples](https://mi.docs.wso2.com/en/latest/learn/learn-overview/) to try out the main integration use cases. You can also find more resources in the [WSO2 Library](https://wso2.com/library/?product=integration).

## Contributing

If you are planning on contributing to the development efforts of WSO2 Micro Integrator, you can do that by checking out
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.

### Building from the source
Expand All @@ -65,7 +65,7 @@ Please note that the product can be build using only JDK 11 but the integration
#### Building the Docker image

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.
Maven build. This builds and pushes the micro-integrator Docker image to the local Docker registry.

```bash
mvn clean install -Ddocker.skip=false
Expand Down

0 comments on commit e260259

Please sign in to comment.