Execute each script from the tangara-evaluation directory root.
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
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
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
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
Process data from any date time interval defined from .env file:
# from tangara-evaluation root directory
$promt> ./src/scripts/x_time.sh