Deployment Instructions
Originations Data Storage microservice enables packaging for all the 4 stacks and produces packaged binary (ZIP) for supporting the deployment of 3 stacks with two DB options :
- AWS – Serverless deployment in AWS with DynamoDB and PostgreSQL
- Azure – Serverless deployment in Azure cloud with MongoDB and PostgreSQL
You can deploy this microservice as a standalone deployment - in this deployment mode, all the necessary components for the microservice including streaming services will be deployed, in order to run the microservice independently.
The deployment package contains the following DB components in each package:
| Component | AWS | Azure |
|---|---|---|
|
MongoDB |
N/A | Yes |
|
DynamoDB |
Yes | N/A |
| PostgreSQL | Yes | Yes |
In this topic