RsQueue is a light, light, lightweight queuing system to run processes/programs in parallel or in sequence on multiple nodes.

Marcus Pedersén b414ad121c Updated README.md hace 1 año
node-rsqd 87056dd32c Added database functions to node daemon hace 1 año
rsq 050cb5f1c8 Added communication and functions required for validation hace 1 año
rsqd 2cb192ac46 Created database access and insert for validate function in node-rsqd hace 1 año
rsqlib 050cb5f1c8 Added communication and functions required for validation hace 1 año
www e8bd79ac04 Added homepage hace 1 año
.gitignore 5b3ecaccec Added basic rsqd hace 2 años
LICENSE afbf897db3 Add LICENSE hace 2 años
README.md b414ad121c Updated README.md hace 1 año

README.md

RsQueue

      __                     __
     /  \                   /  \
    /    )                 (    \
   /     |    0       0    |     \
  /      |      _____      |      \
 /       |    _/_____\_    |       \
(        |  _/  \   /  \_  |        )
 \      /  |     \ /     |  \      /
  \____/   |      |      |   \____/
            \____/ \____/
               |     |
                \_|_/

The software is called rsqueue and is pronounced "rescue".
RsQueue is a light, light, lightweight queuing system to run processes/programs
in parallel or in sequence on multiple nodes.

As RsQueue is Free Software under license General Public License version 3 (GPLv3)
all the source code is freely available with the four freedoms:
0: use
1: study
2: share
3: modify

Compile requirements

To be able to compile RsQueue the following packages are required (Debian):

  • libsqlite3-dev
  • libssl-dev
  • pkg-config