GithubHelp home page GithubHelp logo

platoneko / databend Goto Github PK

View Code? Open in Web Editor NEW

This project forked from datafuselabs/databend

0.0 1.0 0.0 34.9 MB

An elastic and reliable Modern Cloud Data Warehouse, offers Blazing Fast Query and combines Elasticity, Simplicity, Low cost of the Cloud, built to make the Data Cloud easy

Home Page: https://databend.rs

License: Apache License 2.0

Makefile 0.07% Rust 98.09% Dockerfile 0.10% Shell 0.62% Python 0.58% TypeScript 0.03% JavaScript 0.25% SCSS 0.24% CSS 0.01%

databend's Introduction

Databend Logo

A Modern Cloud Data Warehouse with the Elasticity and Performance both on Object Storage


What is Databend?

Databend is an open source elastic and scalable Modern Cloud Data Warehouse.

Databend is multi-cluster, shared data architecture, disaggregates compute resource scaling from storage resources, offers blazing fast query and combines elasticity, simplicity, low cost of the cloud, built to make the Data Cloud easy.

  • Elastic

    • Storage and compute resources can be scaled up/down on your demand
  • Serverless

    • You don’t have to think about servers, you pay only for what you actually used
  • User-Friendly

    • ANSI SQL compliant, MySQL/ClickHouse/REST API
  • Security

    • All data files and network traffic in Databend is encrypted end-to-end

Design Overview

Databend Architecture

Databend is inspired by ClickHouse and its computing model is based on apache-arrow.

Databend consists of three components: meta service layer, and the decoupled compute and storage layers.

Meta Service Layer

The meta service is a layer to service multiple tenants. In current implementation, the meta service has components:

  • Metadata - Which manages all metadata of databases, tables, clusters, the transaction, etc.
  • Administration Which stores user info, user management, access control information, usage statistics, etc.
  • Security Which performs authorization and authentication to protect the privacy of users' data.

Compute Layer

The compute layer is the clusters that running computing workloads, each cluster have many nodes, each node has components:

  • Planner - Builds execution plan from the user's SQL statement.
  • Optimizer - Optimizer rules like predicate push down or pruning of unused columns.
  • Processors - Vectorized Execution Engine, which is build by planner instructions.
  • Cache - Caching Data and Indexes based on the version.

Many clusters can attach the same database, so they can serve the query in parallel by different users.

Storage Layer

Databend stores data in an efficient, columnar format as Parquet files. For efficient pruning, Databend also creates indexes for each Parquet file to speed up the queries.

Getting Started

Roadmap

Databend is currently in Alpha and is not ready to be used in production, Roadmap 2022

License

Databend is licensed under Apache 2.0.

Acknowledgement

Document Hosting

databend's People

Contributors

andylokandy avatar ariesdevil avatar bohutang avatar dantengsky avatar databend-bot avatar dependabot-preview[bot] avatar dependabot[bot] avatar drmingdrmer avatar dust1 avatar everpcpc avatar flaneur2020 avatar grapebaba avatar junli1026 avatar junnplus avatar jyizheng avatar leiysky avatar lianghanzhen avatar lichuang avatar mergify[bot] avatar mshauneu avatar psiace avatar sundy-li avatar veeupup avatar wangzhen11aaa avatar xuanwo avatar ygf11 avatar youngsofun avatar zhang2014 avatar zhihanz avatar zhyass avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.