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 7 months ago
node-rsqd 87056dd32c Added database functions to node daemon 7 months ago
rsq 050cb5f1c8 Added communication and functions required for validation 9 months ago
rsqd 2cb192ac46 Created database access and insert for validate function in node-rsqd 9 months ago
rsqlib 050cb5f1c8 Added communication and functions required for validation 9 months ago
www e8bd79ac04 Added homepage 10 months ago
.gitignore 5b3ecaccec Added basic rsqd 1 year ago
LICENSE afbf897db3 Add LICENSE 1 year ago
README.md b414ad121c Updated README.md 7 months ago

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