Skip to content

Commit

Permalink
add: 增加英文说明
Browse files Browse the repository at this point in the history
  • Loading branch information
ligangc committed Mar 29, 2020
1 parent 024d1f3 commit afb16b4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 14 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,11 @@ By formulating some fields as enumerated types (randomly selected from the speci
Datafaker is written in python and supports python2.7, python3.4+. The current version has been released on pypi.


<div align=center><img
src="https://github.com/gangly/datafaker/blob/master/doc/img/datafaker.png" width="500" height="600" alt="软件架构"/>
</div>
<!-- <div align=center><img -->
<!-- src="https://github.com/gangly/datafaker/blob/master/doc/img/datafaker.png" width="500" height="600" alt="软件架构"/> -->
<!-- </div> -->

![architectur](doc/img/datafaker.png)

The architecture diagram completely shows the execution process of the tool. From the figure, the tool has gone through five modules:

Expand Down Expand Up @@ -122,10 +124,10 @@ _____

**Give a star or donate a coffee to the author**
- 给作者点个star或请作者喝杯咖啡
<div align=left><img
src="https://github.com/gangly/datafaker/blob/master/doc/img/微信pay.png" width="200" height="200" alt="喝杯咖啡"/>
</div>

<!-- <div align=left><img -->
<!-- src="https://github.com/gangly/datafaker/blob/master/doc/img/微信pay.png" width="200" height="200" alt="喝杯咖啡"/> -->
<!-- </div> -->
![pay](doc/img/微信pay.png)



Expand Down
8 changes: 2 additions & 6 deletions doc/zh_CN/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@ https://github.com/gangly/datafaker

datafaker是用python编写,支持python2.7,python3.4+。已经发布在pypi,https://pypi.org/search/?q=datafaker。

<div align=center><img
src="https://github.com/gangly/datafaker/blob/master/doc/img/datafaker.png" width="500" height="600" alt="软件架构"/>
</div>
![pay](../img/datafaker.png)

架构图完整的画出了工具的执行过程,从图可知工具经历了5个模块:
- 参数解析器。解析用户从终端命令行输入的命令。
Expand Down Expand Up @@ -124,6 +122,4 @@ _____

**给作者点个star或请作者喝杯咖啡**

<div align=left><img
src="https://github.com/gangly/datafaker/blob/master/doc/img/微信pay.png" width="200" height="200" alt="喝杯咖啡"/>
</div>
![pay](../img/微信pay.png)
2 changes: 1 addition & 1 deletion doc/zh_CN/使用举例.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ time used: 6.285 s
```
消费端验证:

![数据消费](img/kafka.png)
![数据消费](../img/kafka.png)

### 5.7 数据写入hbase
----------
Expand Down

0 comments on commit afb16b4

Please sign in to comment.