Skip to content
This repository was archived by the owner on Apr 13, 2024. It is now read-only.

Commit d2d44f3

Browse files
Merge pull request #747 from prabushi/master
Update README
2 parents 324c85d + 96628c7 commit d2d44f3

File tree

3 files changed

+23
-11
lines changed

3 files changed

+23
-11
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jdk:
1818

1919
install: true
2020

21-
script: mvn clean install -B -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn | egrep -v "(^\[INFO\]|creating:|inflating:)"
21+
script: mvn clean install -B -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn | egrep -v "(^\[INFO\]|creating:|inflating:|adding:)"
2222
cache:
2323
directories:
2424
- $HOME/.m2

README.md

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,13 @@
88

99
# WSO2 Integration Studio
1010

11-
WSO2 Integration Studio is a development environment used to design your integration scenarios and develop them. This can be used to develop services, features, and artifacts as well as manage their links and dependencies through a simplified graphical editor.
11+
12+
WSO2 Integration Studio is a development environment used to design your integration scenarios and develop them. It can be used to develop services, features, and artifacts as well as manage their links and dependencies through a simplified graphical editor.
13+
It provides inbuilt debugging and testing capabilities to troubleshoot and identify the integration aspects while creating the artifacts.
14+
Furthermore, WSO2 Integration Studio offers different deployment approaches, including CAR (Carbon Application Archive) deployment, docker deployment, kubernetes deployment, WSO2 integration cloud deployment, etc., to cater your CI/CD (Continuous Integration/Continuous Development) requirements.
15+
16+
[![WSO2 Integration Studio](gh-docs/images/design-view-image.png?raw=true "WSO2 Integration Studio")](https://ei.docs.wso2.com/en/latest/micro-integrator/develop/WSO2-Integration-Studio/)
17+
1218

1319
[Installation](https://ei.docs.wso2.com/en/latest/micro-integrator/develop/installing-WSO2-Integration-Studio/) |
1420
[Documentation](https://ei.docs.wso2.com/en/latest/micro-integrator/develop/intro-integration-development/) |
@@ -52,19 +58,25 @@ If you are deploying in a VM, you can generate a **CAR** file (with your integra
5258

5359
## Features
5460

55-
- **Graphical view**: Supports designing and development of the integration flow
56-
- **Source view**: Represents the Synapse configuration of the integration flow
57-
- **Connector support**: Supports working with WSO2 connectors at [WSO2 Store](https://store.wso2.com/store/assets/esbconnector/list)
58-
- **Visual data mapping**: Maps input data formats to output data formats visually
59-
- **Data integration support**: Supports data service and data source artifact generation
60-
- **Business process support** : Supports BPEL workflow, human task, BPMN artifact generation
61-
- **Docker support**: Supports Docker image generation
62-
- **Kubernetes support**: Supports kubernetes deployment using [WSO2 EI Operator](https://github.com/wso2/k8s-ei-operator)
61+
- **Graphical View**: Supports designing and development of the integration flow
62+
- **Source View**: Represents the Synapse configuration of the integration flow
63+
- **Properties View**: Allows configuring and customizing artifacts
64+
- **Pre-defined Projects**: Facilitates structuring integration artifacts
65+
- **Updater Tool**: Provides bug fixes and improvements as updates
66+
- **Connector Support**: Supports working with WSO2 connectors at [WSO2 Store](https://store.wso2.com/store/assets/esbconnector/list)
67+
- **Visual Data Mapping**: Maps input data formats to output data formats visually
68+
- **Data Integration Support**: Supports data service and data source artifact generation
69+
- **Business Process Support** : Supports BPEL workflow, human task, BPMN artifact generation
70+
- **Docker Support**: Supports Docker image generation
71+
- **Kubernetes Support**: Supports kubernetes deployment using [WSO2 EI Operator](https://github.com/wso2/k8s-ei-operator)
72+
- **WSO2 Integration Cloud Support**: Supports deploying artifacts to the integration cloud
6373
- **Synapse Testing Framework**: Allows testing the integration scenario with the Synapse Testing Framework
6474
- **Debugger**: Allows debugging the mediation flow
65-
- **WSO2 Server support**: Supports adding WSO2 ESB/EI servers as remote servers and WSO2 MI as the embedded server
75+
- **WSO2 Server Support**: Supports adding WSO2 ESB/EI servers as remote servers and WSO2 MI as the embedded server
6676
- **Embedded JDK**: Contains with an embedded JDK
6777
- **Embedded WSO2 Micro Integrator**: Contains with an embedded WSO2 Micro Integrator for testing the integration flow
78+
- **Integration Templates**: Pre-built integration templates to guide on boarding users
79+
- **REST Client**: Allows testing the integration scenarios
6880

6981

7082
## Distributions
705 KB
Loading

0 commit comments

Comments
 (0)