-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Cristòfol Torrens
committed
Jul 10, 2018
1 parent
47738ae
commit 8e84726
Showing
18 changed files
with
211 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
dev1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
Deploy | ||
====== | ||
|
||
.. important:: | ||
Before continue, please read the :ref:`configuration` section, so you will | ||
need to create a configuration file to start distinct components of the | ||
framework. | ||
|
||
Backend | ||
******* | ||
|
||
Start only the backend for the given configuration. This allows you to split the | ||
configuration in small streams chunks to deploy independently to scale | ||
horizontally. | ||
|
||
.. code-block:: bash | ||
export ANOMDEC_HOME=~/anomdec | ||
anomdec backend | ||
.. code-block:: text | ||
- anomalydetection.anomdec.Anomdec:35 - INFO - Starting anomdec | ||
- anomalydetection.anomdec.Anomdec:44 - INFO - Run backend | ||
... | ||
Dashboard | ||
********* | ||
|
||
Start only the dashboard for the given configuration. Using a unique config | ||
file you are able to visualize all streams. | ||
|
||
.. code-block:: bash | ||
export ANOMDEC_HOME=~/anomdec | ||
anomdec dashboard | ||
.. code-block:: text | ||
- anomalydetection.anomdec.Anomdec:35 - INFO - Starting anomdec | ||
- anomalydetection.anomdec.Anomdec:41 - INFO - Run dashboard | ||
... | ||
Embedded | ||
******** | ||
|
||
You can start it embedded. This will create a subprocess in the dashboard | ||
instance to process the streams. | ||
|
||
.. code-block:: bash | ||
export ANOMDEC_HOME=~/anomdec | ||
anomdec | ||
.. code-block:: text | ||
- anomalydetection.anomdec.Anomdec:35 - INFO - Starting anomdec | ||
- anomalydetection.anomdec.Anomdec:38 - INFO - Run dashboard/backend embedded | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,6 +62,7 @@ Features | |
license | ||
getting-started | ||
configuration | ||
deploy | ||
api-reference | ||
|
||
Indices and tables | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.