Skip to content

tinybirdco/clickhouse_knowledge_base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Welcome to the ClickHouse® Knowledge Base, curated with love by Tinybird!

This information can be used with any standard ClickHouse® install.

About this Knowledge Base

This Knowledge Base was created with love and maintained by the team at Tinybird. Tinybird uses ClickHouse under the hood, we've learned alot about it over the years, and we wanted to start sharing our knowledge with the ClickHouse community.

If you have extensive ClickHouse experience, and want to contribute tips of your own, please do!

Want to contribute?

We welcome contributions from the broader ClickHouse community. Please read this for guidelines on how to contribute.

Development

This website is built using Docusaurus 2, a modern static website generator.

Installation

cd knowledge-base
npm install

or

yarn

Local Development

cd knowledge-base
npm start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

cd knowledge-base
npm run build

This command generates static content into the build directory and can be served using any static contents hosting service.