Git Product home page Git Product logo

databend-internals's Introduction

Databend 内幕大揭秘

与 Databend 一同探秘数据库系统

文档构建

本项目文档位于 docs 目录下,由静态站点生成器 ZolaAdiDoks 主题强力驱动。

欲要在本地构建此项目所含文档,请参考 Installation | Zola 预先安装 Zola

# 同步主题文件
git submodule update --init --recursive
# 进入 docs 目录
cd docs
# 构建并托管
zola serve

代码构建

本项目代码位于 minibend 目录下,由 Rust 编程语言开发。

欲要在本地构建此项目所含代码,请预先安装 Rust 工具链 ,这里推荐使用 https://rustup.rs/

# 构建代码
cargo build
# 使用 Clippy 工具审计
cargo clippy -- -D warnings
# 使用 rustfmt 格式化
cargo fmt

许可协议

本项目的文本和代码均使用下述协议进行双重许可:

任何人均可根据任一或二者的条款,自由重用本项目中的任何材料。

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.