You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Visor: Real-time Log Monitor - [Read The Docs](https://goo.gl/F0rADZ)
7
7
8
8
Web page: *https://xuwenyihust.github.io/Visor/*
9
9
@@ -52,17 +52,17 @@ Support 3 log import modes:
52
52
* Apache Kafka streaming
53
53
54
54
### Data Analysis
55
-
The platform offers 2 different analysis application:
55
+
The platform also provides 3 different analysis application:
56
56
* Mini-monitor
57
-
* Spark Streaming
57
+
* Spark-monitor
58
58
59
59
The mini-monitor is a simple prototype, written in pure Python. It can only work with the direct file import method, and write the analysis results into a file.
60
60
61
61
The application implemented with Spark Streaming can realize real-time when used with Apache Kafka.
62
62
63
63
## Configuration
64
-
### $PYTHONHOME
65
-
Add the root directory to `$PYTHONHOME`.
64
+
### $PYTHONPATH
65
+
Add the root directory to `$PYTHONPATH`.
66
66
67
67
### Configuration Files
68
68
Use JSON for configuration files, all stored under **$HOME/config**.
0 commit comments