You must download and install the sqdata-management.tar file before using Docker. The sqdata-management.tar file contains the SQDaemon and Apply Engine.
The SQDaemon manages secure communications between components running on multiple platforms by being the first point of contact for any agent requesting communication with other agent in both single and multi-platform environments.
Apply Engine can process data from Connect CDC (SQData) capture agents running on any supported platform. The communication between Capture/Publisher and Engine is managed to ensure that only complete Units of work are committed to targets ensuring data integrity between source and target. They can also read and write, or as we say "Apply" to any datastore supported by the Capture agents: IMS, Relational Databases (Db2, Db2/LUW, and Oracle), VSAM Files, Sequential File on any platform as well as Kafka. Moreover, the Apply Engine can also write to most other databases using ODBC including SQL Server, MySQL, and PostgreSQL including Cloud platforms such as AWS RDS PostgreSQL.
To download and install sqdata-management.tar file
- Use this link to download software products:
- Click the My Products tab and select My Software Products.
The My Software Products page opens.
- Scroll down to Mainframe Data Replication-Subscription and click the link.
The Mainframe Data Replication - Subscription page displays.
- Download and install the
sqdata-management-1.3.0.tarfile.
To run the sqdata-management container using PowerShell.
- Import the docker image by running this command:
```sh docker load --input sqdata-management.tar ``` - Go to the folder where the
docker-compose.ymlis located, and run:```sh docker-compose up -d ``` - Once the container is loaded, you can view the Swagger API