Overview
Arrangement Microservice produces the packaged binary files to support the deployment of the stacks mentioned in this section.
Microservice can be deployed in following modes:
- Standalone Deployment - In this deployment mode, all the necessary components for a Microservice including streaming services will be deployed, in order to run the Microservice independently.
- Integrated Deployment - In this deployment, Data Event Streaming (DES) is presumed to be deployed and running already and hence only the components necessary for Microservice will be created and all other streaming services will not be deployed. Hence, streaming configuration for the Microservice should be carried out manually.
| Stack | Microservice Runtime | Event Stream | SQL DB |
|---|---|---|---|
| Docker (On-Premise) | Docker/K8s | Kafka | SQL DB |
| Azure | Function | Service Bus | SQL DB |
| AWS | Lamba | Kinesis | SQL DB |
| J2EE (On-Premise) | J2EE Server (WebLogic/JBoss) | Kafka | SQL DB |
In this topic