DHIS Server - Setting up a scheduled event data check and update

Hello @James_Chang, Just wondering how you solved this?

2 Likes

Hi, Philip.
We used nodeJS as executable (rather than java executable).
And in the nodeJS, we called DHIS sqlView to get data.
Once we get the data from DHIS sqlView, we process it and update the
data via DHIS API (as needed).
We used ‘cron’ job in linux server to schedule the nodeJS files in
daily run (scheduled time).

2 Likes