Go to file
Dan Roscigno f84165e8eb
[Doc] Update current.json (#58668)
Signed-off-by: Dan Roscigno <dan@roscigno.com>
Signed-off-by: DanRoscigno <dan@roscigno.com>
2025-05-03 18:04:30 -07:00
.github [Tool] CI: Upgrade version of upload-artifact (#51049) 2024-09-14 18:06:32 +08:00
be [BugFix] Do not copy null_column data in fnv_hash() and crc32_hash method of NullableColumn (backport #52885) (#53053) 2024-11-20 08:23:18 +00:00
bin [Enhancement] Add host start time info on BE start (backport #45107) (#45184) 2024-05-07 11:17:13 +08:00
build-support Get accurate build type on make time (#16214) 2023-01-05 12:43:47 +08:00
community [Doc] cp modify cn char to Branch 2.5 (#22176) 2023-04-21 22:02:29 +08:00
conf [Enhancement] to avoid `s3://` not supported case (backport #42369) (#42460) 2024-03-12 01:57:32 +00:00
contrib #5463 Add dbt-connector for StarRocks (#13190) 2022-11-09 09:14:09 -08:00
docker [BugFix] Ensure changing heartbeat_service_port take effect (backport #41294) (#41299) 2024-02-21 11:56:39 +08:00
docs [Doc] Update current.json (#58668) 2025-05-03 18:04:30 -07:00
fe [Enhancement] Add fe query memory Statistics in Audit log and QueryDetail (backport #57731) (#57989) 2025-04-14 20:09:24 +08:00
fs_brokers/apache_hdfs_broker [Enhancement] Upgrade tomcat due to CVE-2023-46589 (backport #37612) (#37621) 2023-12-22 12:42:43 +08:00
gensrc [Enhancement] Add big query error in audit log (backport #49611) (#49782) 2024-08-14 14:09:48 +08:00
images Move png to images doc (#8537) 2022-07-11 16:39:52 +08:00
java-extensions [BugFix] fix jni read chinese text error (#35978) 2023-11-29 13:43:36 +08:00
licenses [Enhancement][Backport] Backport informations_schema and script engine enhancement 2023-04-07 14:29:37 +08:00
licenses-binary [Enhancement] Use more specific license description for lz4 (backport #41029) (#41033) 2024-02-15 12:55:56 +08:00
test [UT] Make test_resource_group_big_query stable (backport #50007) (#50394) 2024-08-29 10:30:57 +08:00
thirdparty [BugFix] Add a cachelib library for building starrocks BE on ubuntu22. (#51462) 2024-09-26 23:36:24 +08:00
tools [Doc] cp modify absolute path to Branch 2.5 (#21993) 2023-04-20 14:24:30 +08:00
webroot Add a download button in the query UI (#22153) 2023-04-23 09:55:07 +08:00
.clang-format add java format style (#9615) 2022-08-05 21:46:25 +08:00
.clang-tidy [Refactor] fix .clang-tidy and apply (#12763) 2022-11-01 10:36:53 -07:00
.dockerignore [Enhancement] refactor allin1 image (#28240) (#28368) 2023-08-01 11:36:09 +08:00
.gitignore [Enhancement] Support overflow mode for decimal type (backport #30419) (#30710) 2023-09-11 19:45:18 +08:00
.marksman.toml [Doc] Move nav 25 (#36394) 2023-12-04 17:34:32 -08:00
.mergify.yml Create .mergify.yml (#18854) 2023-03-02 21:28:19 +08:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md Updata new Contributing Guide (#7169) 2022-06-13 18:18:08 +08:00
LICENSE.txt [Refactor] Change license to ALv2 (#17460) 2023-02-06 13:30:43 -08:00
NOTICE.txt [Refactor] Change the license from StarRocks Limited to StarRocks Inc (#10093) 2022-08-17 14:05:09 +08:00
README.md [BugFix] Fix Slack invite link on README page (backport #46260) (#46294) 2024-05-27 11:59:29 +08:00
build.sh [Enhancement] to avoid `s3://` not supported case (backport #42369) (#42460) 2024-03-12 01:57:32 +00:00
env.sh [Refactor] Throw an clear error when JAVA_HOME set wrong (#12680) 2022-10-31 09:10:46 -07:00
run-be-ut.sh [BugFix] backport `append_negative_case` to branch-2.5 (#42448) 2024-03-11 13:21:33 +00:00
run-fe-ut.sh [Tool] Filter cases in fe ut script (backport #38889) (#38895) 2024-01-11 08:48:01 +00:00

README.md

Download | Docs | Benchmarks | Demo

JAVA&C++ Commit Activities Open Issues Website Slack Twitter

StarRocks is the next-generation data platform designed to make data-intensive real-time analytics fast and easy. It delivers query speeds 5 to 10 times faster than other popular solutions. StarRocks can perform real-time analytics well while updating historical records. It can also enhance real-time analytics with historical data from data lakes easily. With StarRocks, you can get rid of the de-normalized tables and get the best performance and flexibility.


Features

  • 🚀 Native vectorized SQL engine: StarRocks adopts vectorization technology to make full use of the parallel computing power of CPU, achieving sub-second query returns in multi-dimensional analyses, which is 5 to 10 times faster than previous systems.
  • 📊 Standard SQL: StarRocks supports ANSI SQL syntax (fully supported TPC-H and TPC-DS). It is also compatible with the MySQL protocol. Various clients and BI software can be used to access StarRocks.
  • 💡 Smart query optimization: StarRocks can optimize complex queries through CBO (Cost Based Optimizer). With a better execution plan, the data analysis efficiency will be greatly improved.
  • Real-time update: The updated model of StarRocks can perform upsert/delete operations according to the primary key, and achieve efficient query while concurrent updates.
  • 🪟 Intelligent materialized view: The materialized view of StarRocks can be automatically updated during the data import and automatically selected when the query is executed.
  • Querying data in data lakes directly: StarRocks allows direct access to data from Apache Hive™, Apache Iceberg™, and Apache Hudi™ without importing.
  • 🎛️ Resource management: This feature allows StarRocks to limit resource consumption for queries and implement isolation and efficient use of resources among tenants in the same cluster.
  • 💠 Easy to maintain: Simple architecture makes StarRocks easy to deploy, maintain and scale out. StarRocks tunes its query plan agilely, balances the resources when the cluster is scaled in or out, and recovers the data replica under node failure automatically.

Architecture Overview

StarRockss streamlined architecture is mainly composed of two modules: Frontend (FE) and Backend (BE). The entire system eliminates single points of failure through seamless and horizontal scaling of FE and BE, as well as replication of metadata and data.


Resources

📚 Read the docs

Section Description
Deploy Learn how to run and configure StarRocks.
Docs Full documentation.
Blogs StarRocks deep dive and user stories.

Get support


Contributing to StarRocks

We welcome all kinds of contributions from the community, individuals and partners. We owe our success to your active involvement.

  1. See Contributing.md to get started.
  2. Set up StarRocks development environment:
  1. Understand our GitHub workflow for opening a pull request; use this PR Template when submitting a pull request.
  2. Pick a good first issue and start contributing.

📝 License: Please note StaRocks is licensed under Elastic License 2.0, with small portions of code under Apache License 2.0. See FAQ to learn more.

👥 Community Membership: Learn more about different contributor roles in StarRocks community.


Used By

This project is used by the following companies. Learn more about their use cases:


Acknowledgment

StarRocks is built upon Apache® Doris™ 0.13 in early 2020. We have recreated many important parts of the database including a full vectorized execution engine, a brand new CBO optimizer, a novel real-time update engine, and query federation for data lakes.

Today, there are only about 30% of the code in StarRocks is identical to Apache® Doris™.