Skip to content

Commit 27b929e

Browse files
author
xuwenyihust
committed
Some updates.
1 parent c12e025 commit 27b929e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![in progress](https://img.shields.io/badge/in%20progress-3-orange.svg)](https://github.com/xuwenyihust/Visor/projects/1)
44

55
<img src="https://raw.githubusercontent.com/xuwenyihust/Visor/master/img/Visor.JPG" align="right" />
6-
# Visor: Real-time Log Monitor - [Docs](https://goo.gl/F0rADZ)
6+
# Visor: Real-time Log Monitor - [Read The Docs](https://goo.gl/F0rADZ)
77

88
Web page: *https://xuwenyihust.github.io/Visor/*
99

@@ -52,17 +52,17 @@ Support 3 log import modes:
5252
* Apache Kafka streaming
5353

5454
### Data Analysis
55-
The platform offers 2 different analysis application:
55+
The platform also provides 3 different analysis application:
5656
* Mini-monitor
57-
* Spark Streaming
57+
* Spark-monitor
5858

5959
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.
6060

6161
The application implemented with Spark Streaming can realize real-time when used with Apache Kafka.
6262

6363
## Configuration
64-
### $PYTHONHOME
65-
Add the root directory to `$PYTHONHOME`.
64+
### $PYTHONPATH
65+
Add the root directory to `$PYTHONPATH`.
6666

6767
### Configuration Files
6868
Use JSON for configuration files, all stored under **$HOME/config**.

0 commit comments

Comments
 (0)