1.1.2-rc04
1 file changed
tree: 46b748b402ea28f003e58279508e5dcbf81c4795
  1. .github/
  2. be/
  3. bin/
  4. build-support/
  5. conf/
  6. contrib/
  7. dist/
  8. docker/
  9. docs/
  10. extension/
  11. fe/
  12. fe_plugins/
  13. fs_brokers/
  14. gensrc/
  15. regression-test/
  16. samples/
  17. thirdparty/
  18. tools/
  19. ui/
  20. webroot/
  21. .asf.yaml
  22. .clang-format
  23. .clang-format-ignore
  24. .gitattributes
  25. .gitignore
  26. .gitmodules
  27. .licenserc.yaml
  28. .rat-excludes
  29. build.sh
  30. build_plugin.sh
  31. CODE_OF_CONDUCT.md
  32. CONTRIBUTING.md
  33. CONTRIBUTING_CN.md
  34. env.sh
  35. LICENSE.txt
  36. NOTICE.txt
  37. README.md
  38. run-be-ut.sh
  39. run-fe-ut.sh
  40. run-regression-test.sh
  41. tsan_suppressions
README.md

Apache Doris

License Total Lines GitHub release Join the Doris Community at Slack Join the chat at https://gitter.im/apache-doris/Lobby

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.

Official website: https://doris.apache.org/

Monthly Active Contributors

Contributor over time

License

Apache License, Version 2.0

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.

Compile and install

See Compilation

Getting start

See Basic Usage

Report issues or submit pull request

If you find any bugs, feel free to file a GitHub issue or fix it by submitting a pull request.

Contact Us

Contact us through the following mailing list.

NameScope
dev@doris.apache.orgDevelopment-related discussionsSubscribeUnsubscribeArchives

Links