Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.
/ data-queue Public archive
forked from pothiers/data-queue

Process records of incoming data files, apply various actions on pop, be resilient.

Notifications You must be signed in to change notification settings

NOAO/data-queue

 
 

Repository files navigation

data-queue

Process records of incoming data files, apply various actions on pop, be resilient.

The src/dataq is intended to be put in /etc/rc.d/init.d (on Scientific Linux OS, similar place on other OS). Starts and stops the required daemons

Detailed documention is in the "docs" directory.

After the daemons are started ("sudo service dataq start"), you can run smoke tests:

tests/smoke.sh
If all goes well, you will get the message:
ALL smoke tests PASSED (README-smoke-results.txt created)

About

Process records of incoming data files, apply various actions on pop, be resilient.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 78.7%
  • Shell 21.3%