Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TUBEMQ-23]Improve project README content introduction #15

Merged
merged 1 commit into from
Jan 15, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions README.cn.md

This file was deleted.

18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# TubeMQ
Apache TubeMQ
==============================================
[![Build Status](https://travis-ci.org/apache/incubator-tubemq.svg?branch=master)](https://travis-ci.org/apache/incubator-tubemq)

[README in Chinese](README.cn.md)
Apache TubeMQ (incubating) is a trillion-records-scale distributed messaging queue (MQ) system, focuses on data transmission and storage under massive data. Compared to many open source MQ projects, TubeMQ has unique advantages in terms of stability, performance, and low cost.

TubeMQ is a distributed messaging queue (MQ) system developed by Tencent Big Data since 2013. It focuses on high-performance storage and transmission of massive data in big data scenarios.

After nearly seven years of massive data precipitation, TubeMQ has certain advantages in production practice (stability + performance) and low cost compared to many open source MQ projects. Recently we open source related code and design for TubeMQ project. You can find more information and documentations under /docs. More information and documentation (in English) will get uploaded soon.
License
-------
© Contributors Licensed under an [Apache-2.0](LICENSE) license.

## Documentation
- [User Guide](./docs/tubemq_user_guide.md)

For more questions, please contact us: gosonzhang@tencent.com, junpingdu@tencent.com
Build and Deploy
-------
- [See user guide](./docs/tubemq_user_guide.md)

2 changes: 1 addition & 1 deletion docs/tubemq_user_guide.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# TubeMQ User Guide
# Apache TubeMQ User Guide
## Prerequisites

- Java 1.7 or 1.8(Java 9 and above haven't been verified yet)
Expand Down