diff --git a/README.md b/README.md index 1e9272316e..5c3b46af70 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 +> **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` + +## 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. - -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)). - -## 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 +## Report issues or submit pull request -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` +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). -## 6. Reporting Issues +## Contact Us -If you find any bugs, please file a [GitHub issue](https://github.com/apache/incubator-doris/issues). - -## 7. 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 - * User Manual (GitHub Wiki) -