Welcome to the Tinybird Knowledge Base for ClickHouse®, curated with love by Tinybird!
This information can be used with any standard ClickHouse® install.
This Knowledge Base was created with love and maintained by the team at Tinybird. Tinybird uses and helps contribute to open source ClickHouse, we've learned a lot about it over the years, and we wanted to start sharing our knowledge with the ClickHouse community.
If you have extensive experience with open source ClickHouse, and want to contribute tips of your own, please do!
We welcome contributions from the broader open source ClickHouse community. Please read this for guidelines on how to contribute.
This website is built using Docusaurus 2, a modern static website generator.
cd knowledge-base
npm install
or
yarn
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.
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.