From 6a35d99de3143d80f1fec13e310bb6fc156fe8cc Mon Sep 17 00:00:00 2001 From: Guangrong Fu Date: Thu, 14 Oct 2021 09:14:31 +0800 Subject: Updated docs Issue-ID: HOLMES-480 Signed-off-by: Guangrong Fu Change-Id: I6893e4cd12dfd70e1c32079912cdfefad32b7da7 --- docs/platform/delivery.rst | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 docs/platform/delivery.rst (limited to 'docs/platform/delivery.rst') diff --git a/docs/platform/delivery.rst b/docs/platform/delivery.rst deleted file mode 100644 index 40186b6..0000000 --- a/docs/platform/delivery.rst +++ /dev/null @@ -1,16 +0,0 @@ -.. This work is licensed under a Creative Commons Attribution 4.0 International License. - - -Delivery --------- - -Describe how functions are packaged into run-time components. For some components a block diagram may be useful. -As mentioned in the architecture chapter, Holmes mainly comprises two modules: a rule management module and an engine management module. - -* Rule Management Docker: The main operations on the rules are performed in this module. The module provides CRUD operation interfaces and is reponsible of the persistence of the rules as well. - -* Engine Management Docker: The Drools rules are actually deployed into the Drools engine which is embedded within the engine management module. The analysis tasks are excuted in this module as well. Alarm messages are converted to Holmes-compatible format and put into the Drools engine for analysis. - -* Common Library: The library hosts some supportive tools for both the rule management module and the engine management module. It is not run separately. Instead, it is introduced into the main modules of Holmes during the compile and package phase. - -.. image:: images/holmes-delivery.png -- cgit 1.2.3-korg