Explore projects
-
-
-
-
-
Control all the overall functions and systems from the background.
Updated -
-
Default database schema and initial values for set-up, and possible recovery in the future. Use caution with hard set values in here. It might bite us in the ass later on.
Updated -
specific to calling an outside API to do things that are not necessarily covered with an internal API. This may not be used at all, but keep the option in mind.
Updated -
Specific to using shell or bash to do iterative polls. Likely will be a daemon but could simply be an on-demand script.
Updated -
All necessary code for different message queues. Depending on if standards are honoured, different queues could be drop in replacements.
Updated