Azure Deployment Artefacts
This section shows the folder structure of Holdings package. Holdings Microservices for Azure deployment is available as a single release bundle (For example, ms-holdings-package-azure-<release.xxx>.zip). It contains the ms-holdings-package-azure-<release.xxx>.jar file and the installation related files.
MongoDB
- Use the script install-mongo.bat/install-mongo.sh to deploy the Holdings Microservices in the Azure environment using Azure services for MongoDB.
- Use the script destroy-mongo.bat/destroy-mongo.sh to stop and remove the setup for MongoDB.
PostgreSQL DB
- Use the script install-postgresql.bat/install-postgresql.sh to deploy the Holdings Microservices in the Azure environment using Azure services for PostgreSQL.
- Use the script destroy-postgresql.bat/destroy-postgresql.sh to stop and remove the setup for PostgreSQL.
Prerequisites:
Depending on the data ingestion type, ensure that you configure the applicable setup:
- For Transact Ingestion, configure the Transact DES Setup. For more information, refer to Configuration DES - HMS (EventHub - Azure) & HMS RR.PARAM and ILP Configuration.
- For External Account Aggregation Ingestion, configure the EventHub Creation. For more information, refer to HMS Account Aggregation EventHub Creation.
- For Event processor ingestion, configure the EventHub Creation. For more information, refer to HMS EventProcessor EventHub Creation.
In this topic