WSO2 Micro Integrator Demo: Mastering Basic Integration Scenarios and API Exposure with API Manager

WSO2 Micro Integrator Demo: Mastering Basic Integration Scenarios and API Exposure with API Manager

Feb 29, 2024

This demonstration will take you through building integration from scratch using WSO2 Integration Studio, testing and deploying in WSO2 Micro Integrator and the embedded Micro Integrator in the Integration Studio.
This integrations will contain transformation, reading from files, schema validation, error handling and publishing events to Kafka. Thereafter, the particular service which is used by the integration will be exposed as an API using the WSO2 API Manager with seamless integration with both the products.

0:00 Downloading steps for Micro Integrator and Integration Studio

1:16 Introduction to Integration Studio, Create a integration project, Create an API, Drag and drop components for mediators, transformations, etc., Downloading and using connectors, Create a project and deploy in Embedded Micro Integrator

10:39 Data Transformation with the use Standalone and Embedded Micro Integrator to deploy integration. (Postman is used as a 3rd part client to send requests)

16:00 File Integration with the use of File Connector and the File inbound endpoint

22:15 Service Chaining with the use of services written using Ballerina which is an integration language which integrates with a database. Reusing sequences

27:48 Schema validation using JSON schema and Error Handling which receives from the backend. Schema validation scenario will take an array of events as an input and will use a Kafka connector to publish the events in a streaming manner.

33:50 Exposing Integrations as APIs using WSO2 API Manager and invoked using the Developer Portal in WSO2 API Manager

#WSO2MicroIntegrator #APIManager