Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.19 KB

README.md

File metadata and controls

48 lines (32 loc) · 1.19 KB

Tangara Scripts

Execute each script from the tangara-evaluation directory root.

Last Hour

Process data from the last hour, and execute this script every hour to report data from the last hour since the current datetime:

# from tangara-evaluation root directory
$promt> ./src/scripts/last_hour.sh

Last 4 Hours

Process data from the last 4 hours, and execute this script every 4 hours to report data from the last 4 hours since the current datetime:

# from tangara-evaluation root directory
$promt> ./src/scripts/last_4h.sh

Last 8 Hours

Process data from the last 8 hours, and execute this script every 8 hours to report data from the last 8 hours since the current datetime:

# from tangara-evaluation root directory
$promt> ./src/scripts/last_8h.sh

Last 12 Hours

Process data from the last 12 hours, and execute this script every 12 hours to report data from the last 12 hours since the current datetime:

# from tangara-evaluation root directory
$promt> ./src/scripts/last_12h.sh

X Date Time

Process data from any date time interval defined from .env file:

# from tangara-evaluation root directory
$promt> ./src/scripts/x_time.sh