chrispap95 / hcaloms

Scripts for HCAL OMS page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HCAL OMS page scripts

Actions Status Code style: black

This repository contains scripts for uploading and updating information on OMS regarding HCAL.

Some general information

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 with cron 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.

About

Scripts for HCAL OMS page


Languages

Language:Shell 71.0%Language:Python 27.1%Language:Visual Basic 6.0 1.9%