You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2021/09/28 02:38:33 UTC

[incubator-doris] branch master updated: [docs] Update README.md (#6711)

This is an automated email from the ASF dual-hosted git repository.

morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git


The following commit(s) were added to refs/heads/master by this push:
     new adf6510  [docs] Update README.md (#6711)
adf6510 is described below

commit adf65100508df1f2cc3b7efbbab9b84d93ad9b7b
Author: Jennifer Huang <47...@users.noreply.github.com>
AuthorDate: Tue Sep 28 10:38:23 2021 +0800

    [docs] Update README.md (#6711)
---
 README.md | 42 ++++++++++++++++++++----------------------
 1 file changed, 20 insertions(+), 22 deletions(-)

diff --git a/README.md b/README.md
index 1e92723..5c3b46a 100644
--- a/README.md
+++ b/README.md
@@ -26,50 +26,48 @@ under the License.
 Doris is an MPP-based interactive SQL data warehousing for reporting and analysis.
 Its original name was Palo, developed in Baidu. After donated to Apache Software Foundation, it was renamed Doris.
 
+- Doris provides high concurrent low latency point query performance, as well as high throughput queries of ad-hoc analysis.
+
+- Doris provides batch data loading and real-time mini-batch data loading.
+
+- Doris provides high availability, reliability, fault tolerance, and scalability.
+
+The main advantages of Doris are the simplicity (of developing, deploying and using) and meeting many data serving requirements in a single system. For details, refer to [Overview](https://github.com/apache/incubator-doris/wiki/Doris-Overview).
+
 **Official website: https://doris.apache.org/**
 
 [![Monthly Active Contributors](https://contributor-overtime-api.apiseven.com/contributors-svg?chart=contributorMonthlyActivity&repo=apache/incubator-doris)](https://www.apiseven.com/en/contributor-graph?chart=contributorMonthlyActivity&repo=apache/incubator-doris)
 
 [![Contributor over time](https://contributor-overtime-api.apiseven.com/contributors-svg?chart=contributorOverTime&repo=apache/incubator-doris)](https://www.apiseven.com/en/contributor-graph?chart=contributorOverTime&repo=apache/incubator-doris)
 
-## 1. License
+## License
 
 [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)
 
-## 2. Technology
-Doris mainly integrates the technology of Google Mesa and Apache Impala, and it is based on a column-oriented storage engine and can communicate by MySQL client.
-
-## 3. User cases
-Doris not only provides high concurrent low latency point query performance, but also provides high throughput queries of ad-hoc analysis.
+> **Note**   
+> Some licenses of the third-party dependencies are not compatible with Apache 2.0 License. So you need to disable
+some Doris features to be complied with Apache 2.0 License. For details, refer to the `thirdparty/LICENSE.txt`
 
-Doris not only provides batch data loading, but also provides near real-time mini-batch data loading.
-
-Doris also provides high availability, reliability, fault tolerance, and scalability.
-
-The simplicity (of developing, deploying and using) and meeting many data serving requirements in single system are the main features of Doris (refer to [Overview](https://github.com/apache/incubator-doris/wiki/Doris-Overview)).
+## Technology
+Doris mainly integrates the technology of Google Mesa and Apache Impala, and it is based on a column-oriented storage engine and can communicate by MySQL client.
 
-## 4. Compile and install
+## Compile and install
 
 See [Compilation](https://github.com/apache/incubator-doris/blob/master/docs/en/installing/compilation.md) for details.
 
-## 5. License Notice
-
-Some of the third-party dependencies' license are not compatible with Apache 2.0 License. So you may have to disable
-some features of Doris to be complied with Apache 2.0 License. Details can be found in `thirdparty/LICENSE.txt`
-
-## 6. Reporting Issues
+## Report issues or submit pull request
 
-If you find any bugs, please file a [GitHub issue](https://github.com/apache/incubator-doris/issues).
+If you find any bugs, feel free to file a [GitHub issue](https://github.com/apache/incubator-doris/issues) or fix it by submitting a [pull request](https://github.com/apache/incubator-doris/pulls).
 
-## 7. Contact Us
+## Contact Us
 
-### Mailing lists
+Contact us through the following mailing list.
 
 | Name                                                                          | Scope                           |                                                                 |                                                                     |                                                                              |
 |:------------------------------------------------------------------------------|:--------------------------------|:----------------------------------------------------------------|:--------------------------------------------------------------------|:-----------------------------------------------------------------------------|
 | [dev@doris.apache.org](mailto:dev@doris.apache.org)     | Development-related discussions | [Subscribe](mailto:dev-subscribe@doris.apache.org)   | [Unsubscribe](mailto:dev-unsubscribe@doris.apache.org)   | [Archives](http://mail-archives.apache.org/mod_mbox/doris-dev/)   |
 
-## 8. Links
+## Links
 
 * Doris official site - <http://doris.incubator.apache.org>
 * User Manual (GitHub Wiki) - <https://github.com/apache/incubator-doris/wiki>

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org