1

I am working on the migration of a db2 process, which connects to several remotes servers, exports data into our local db, and then manipulates it (insert computed data, calculated times, etc) I have created some activities in DataConnect to replicate the export data from different datasources and load to local tables. The scripts that handles the data have to be done in DB2 Warechouse on Cloud (ex dashdb)

Currently, this scripts run automatically triggered by the first task (manual) However, having the new processes separated (2 services) it does not allow me to automate it. Furthermore, we have many activities in dataconnect, then it keeps switching between dc and db2...and you have to go from one console to the other.

Does anyone know of a Bluemix service which allow schedule or trigger jobs or events from services? Is there a way to use the API and programmatically do this?

Thanks

4

2 回答 2

0

胡安

这里想到了一些关于自动化的事情。您所说的数据库是否对 Warehouse DB 有 IP 视线?如果是这样,远程表可能会根据源数据库提供帮助。一旦数据可见,您应该能够编写一个 SQL 进程来管理所有来自 Warehouse DB 的进程。

另一种可能性是外部表,只要数据在头节点上可见。还有其他一些选择,例如 s3 存储。我认为这个概念是,如果您可以将数据推送到 S3 存储中,那么您可以将其拉入 Warehouse DB。我认为只要数据通过远程表和/或外部表可见,您应该能够从 Warehouse db 端协调这一切。

于 2017-09-29T02:21:25.267 回答
0

嗯,Bluemix 提供了 Workload Scheduler。数据连接允许安排活动。

于 2017-09-26T08:34:49.897 回答