Go to file
Napoleon 28cf7fac01
[Refactor] Remove alpha/beta rowset type (#7357)
2022-06-23 20:27:12 +08:00
.github [Refactor] Add refactor pull request type corresponding to refactor type issue. (#6270) 2022-05-19 09:48:12 +08:00
be [Refactor] Remove alpha/beta rowset type (#7357) 2022-06-23 20:27:12 +08:00
bin [FixBug] Fix show fe version failed bug (#7266) 2022-06-15 11:23:32 +08:00
build-support Optimize Build user when displaying fe or be version (#5437) 2022-04-24 13:14:05 +08:00
conf [Enhancement] Add tracing util for FE (#7220) 2022-06-16 12:02:42 +08:00
fe [Refactor] Remove alpha/beta rowset type (#7357) 2022-06-23 20:27:12 +08:00
fs_brokers/apache_hdfs_broker [License] Keep the Apache License for not changed files (#6292) 2022-05-19 12:07:24 +08:00
gensrc [Refactor] Remove alpha/beta rowset type (#7357) 2022-06-23 20:27:12 +08:00
java-extensions set HikariCP log level to ERROR (#7306) 2022-06-16 07:50:55 +08:00
licenses Use xxhash in persistent index (#4755) 2022-04-08 11:28:01 +08:00
licenses-binary [Enhancement] Add tracing util for FE (#7220) 2022-06-16 12:02:42 +08:00
thirdparty Fix compile issue in ARM X64 and with Ninja (#6878) 2022-06-09 22:28:13 +08:00
tools [Refactor] Remove alpha/beta rowset type (#7357) 2022-06-23 20:27:12 +08:00
webroot Upgrade web frontend lib for enhanced security (#152) 2021-09-11 10:21:43 +08:00
.clang-format add .clang-format (#1) 2021-09-05 14:30:18 +08:00
.gitignore UT-Refactor3.Move FE UT case (#3941) 2022-03-08 20:04:35 +08:00
Arch.png Update README (#7125) 2022-06-11 15:20:54 +08:00
CODE_OF_CONDUCT.md Init commit 2021-09-04 22:14:12 +08:00
CONTRIBUTING.md Updata new Contributing Guide (#7169) 2022-06-13 18:18:08 +08:00
Community-Membership.md Update Community-Membership.md (#7687) 2022-06-23 16:04:15 +08:00
LICENSE.txt Init commit 2021-09-04 22:14:12 +08:00
NOTICE.txt Add "Copyright 2021-present" to all file headers (#2612) 2022-01-10 10:21:14 +08:00
README.md Update README.md (#7502) 2022-06-20 20:28:59 +08:00
build.sh Add filesystem using starlet interface (#6443) 2022-06-06 11:03:53 +08:00
env.sh [Enhancement] Support build use ninja (#5972) 2022-05-11 22:12:31 +08:00
logo+slogan.png Update README (#7125) 2022-06-11 15:20:54 +08:00
run-fe-ut.sh [Feature] support `EXECUTE AS WITH NO REVERT` (#6340) 2022-05-26 18:35:04 +08:00
run-ut.sh Add filesystem using starlet interface (#6443) 2022-06-06 11:03:53 +08: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.
  • 💠 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 modulesFrontend (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 Contributor's Guide 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:


Acknowledgements

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™.