summaryrefslogtreecommitdiffstats
path: root/docs/platform/delivery.rst
diff options
context:
space:
mode:
authorGuangrong Fu <fu.guangrong@zte.com.cn>2021-10-14 09:14:31 +0800
committerGuangrong Fu <fu.guangrong@zte.com.cn>2021-10-14 09:27:07 +0800
commit6a35d99de3143d80f1fec13e310bb6fc156fe8cc (patch)
treed8f49e42e2ec4ef67b1fe1da95596e9b29d2e820 /docs/platform/delivery.rst
parent6e6587bdad31fb2575be2680419cc86125339a9d (diff)
Updated docs
Issue-ID: HOLMES-480 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn> Change-Id: I6893e4cd12dfd70e1c32079912cdfefad32b7da7
Diffstat (limited to 'docs/platform/delivery.rst')
-rw-r--r--docs/platform/delivery.rst16
1 files changed, 0 insertions, 16 deletions
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