vz-risk / Verum

Implementation of Context-Graph algorithms for graph enrichment and querying.
Apache License 2.0
24 stars 7 forks source link

Build a minion #30

Closed gdbassett closed 9 years ago

gdbassett commented 9 years ago

Build a minion plugin just to establish how they will work.

gdbassett commented 9 years ago

Minions will likely have a different execution path. On configuration they will need to fork a background process to run continuously. They should also have start and stop functions. They should be cataloged along with whether they are running or not in the local app instance database.

gdbassett commented 9 years ago

Done with commit [master 1df165a]. Notes on minion plugins can be found in examples/plugins_template.py