This repository contains scripts for uploading and updating information on OMS regarding HCAL.
For each widget/page the following scripts & files need to be created:
uploadAll<something>.sh
script that will upload all existing information to the DB. This can be run at first time or every time the DB needs to be recreated.update<something>.sh
script that will be run withcron
every x minute(s). This is necessary in order to automate the update process and make our pages dynamic.DBUtils/<something>.ctl
file that contains the SQL query that populates the DB.DBUtils/<something>.par
file that contains parameters needed to run the SQL data loader.