Go to file
Rohit Satardekar 9cf9facc18
[Doc] stream load tool readme broken link (#52069)
Signed-off-by: Rohit Satardekar <rohitrs1983@gmail.com>
2024-10-18 09:58:00 +08:00
.github [Tool] Revert CI region (#51300) 2024-09-24 13:19:23 +08:00
be [BugFix] Fix thrift not call when retry times = 0 (#52067) 2024-10-18 09:52:11 +08:00
bin [BugFix] multiple sys_log_to_console=true entry in fe.conf every time… (#45851) 2024-09-19 17:02:00 +08:00
build-support [Feature] Add build arch info when showing FE/BE version (#48572) 2024-07-18 10:10:14 -04:00
community [Doc] Update membership.md (#31231) 2023-11-09 09:06:20 -08:00
conf [BugFix] mkdir $STARROCKS_HOME/meta in bin/start_fe.sh (#48940) 2024-07-29 10:22:21 -07:00
contrib [Enhancement] Adding exclusions for libraries to fix CVEs (#50283) 2024-09-11 15:56:50 +08:00
docker [Tool] update toolchain to 20240831 (#50517) 2024-09-09 20:49:20 +08:00
docs [Doc] Update Replication configurations (#52009) 2024-10-17 11:44:47 +08:00
extra/grafana/kubernetes [Doc] Add Datasource variable to dashboard, and user can choose different datasources (#42739) 2024-03-18 15:48:17 +08:00
fe [BugFix] fix counter QuerySumMemoryUsage (#52023) 2024-10-17 20:34:11 +08:00
fs_brokers/apache_hdfs_broker [Enhancement] Adding exclusions for libraries to fix CVEs (#50283) 2024-09-11 15:56:50 +08:00
gensrc [Feature] Support column mapping for delta lake (#51807) 2024-10-17 10:50:21 +08:00
images Add shared-data architecture doc (#22865) 2023-05-05 17:30:21 +08:00
java-extensions [BugFix] Fix jdbc catalog change password not effect (#51748) 2024-10-11 13:01:57 +08:00
licenses [Enhancement] Add scripting ability to BE (#20351) 2023-03-31 09:37:28 +08:00
licenses-binary [Tool] add simdutf LICENSE to licenses-binary/ (#47549) 2024-06-27 04:55:29 +08:00
test [BugFix] Fix mv refresh with multi partition columns ref base tables (#52017) 2024-10-17 16:14:46 +08:00
thirdparty [Feature] Bypass sdk read and write decoupling (#45918) 2024-09-26 16:50:13 +08:00
tools [Doc] stream load tool readme broken link (#52069) 2024-10-18 09:58:00 +08:00
webroot Add a download button in the query UI (#22153) 2023-04-21 19:12:16 +08:00
.clang-format [Tool] Remove duplicate lines in .clang-format (#28174) 2023-07-28 15:02:24 +08:00
.clang-tidy [Tool] turn on clang-tidy for all source code files (#44990) 2024-07-30 10:17:39 +08:00
.dockerignore [Enhancement] refactor allin1 image (#28240) 2023-07-31 16:16:24 +08:00
.gitignore [Enhancement] ignore untracked gen_cpp cmake-build files (#47858) 2024-07-04 08:55:09 -07:00
.mergify.yml [Tool] Mergify: configuration update to allow comment from github-actions (#33491) 2023-10-23 08:34:57 -05:00
.trivyignore [BugFix] Fix http sql oom issue (#51681) 2024-10-11 16:49:47 +08:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md [Doc] Adding detail for data length field (#51095) 2024-09-19 14:41:26 -07:00
LICENSE.txt
NOTICE.txt
README.md Update README.md 2024-10-17 13:25:20 -07:00
SECURITY.md [INF] Add security policy (#34617) 2023-11-08 10:47:16 -08:00
build.sh [Enhancement] A build machine that supports the AVX2 instruction set compiles a package without the AVX2 instruction set. (#51673) 2024-10-10 09:57:44 +08:00
codecov.yml [Tool] Cov split BE/FE by flags (#29855) 2023-08-24 13:52:54 +08:00
env.sh [Refactor] Remove code of cachelib (#48859) 2024-07-24 09:53:56 -07:00
run-be-ut.sh [Enhancement] Assume --test option in run-be-ut.sh is a single test suite/case name (#51614) 2024-10-11 15:12:30 +08:00
run-fe-ut.sh [Tool] Upload BE UT log (#31397) 2023-09-20 09:37:14 +08:00
run-java-exts-ut.sh [Enhancement] Fix cve problems in java-extensions module (#49425) 2024-08-08 17:05:40 +08:00
trivy.yaml [Enhancement] Ignore apache-hdfs-broker cve in trivy (#49824) 2024-08-15 11:12:31 +08:00

README.md

Download | Docs | Benchmarks | Demo

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

StarRocks is the world's fastest open query engine for sub-second, ad-hoc analytics both on and off the data lakehouse. With average query performance 3x faster than other popular alternatives, StarRocks is a query engine that eliminates the need for denormalization and adapts to your use cases, without having to move your data or rewrite SQL. A Linux Foundation project.

Learn more 👉🏻 What Is StarRocks: Features and Use Cases



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™, Delta Lake™ 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.

Starting from version 3.0, StarRocks supports a new shared-data architecture, which can provide better scalability and lower costs.


Resources

📚 Read the docs

Section Description
Quick Starts How-tos and Tutorials.
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: StarRocks is licensed under Apache License 2.0.

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

💬 Developer Group Please join our Google Groups to discuss StarRocks features, project directions, issues, pull requests, or share suggestions.


Used By

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