Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tinybirdco/clickhouse_knowledge_base
The Tinybird Knowledge Base for ClickHouse®
https://github.com/tinybirdco/clickhouse_knowledge_base
clickhouse documentation hacktoberfest knowledge-base tinybird
Last synced: 2 days ago
JSON representation
The Tinybird Knowledge Base for ClickHouse®
- Host: GitHub
- URL: https://github.com/tinybirdco/clickhouse_knowledge_base
- Owner: tinybirdco
- License: apache-2.0
- Created: 2022-09-26T16:28:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-05T11:58:38.000Z (about 1 month ago)
- Last Synced: 2024-12-06T19:07:02.415Z (about 1 month ago)
- Topics: clickhouse, documentation, hacktoberfest, knowledge-base, tinybird
- Language: JavaScript
- Homepage: https://www.tinybird.co/clickhouse/knowledge-base
- Size: 1.26 MB
- Stars: 71
- Watchers: 10
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-clickhouse - tinybirdco/clickhouse_knowledge_base - The Tinybird ClickHouse Knowledge Base is a curated resource aimed at sharing knowledge and fostering community engagement around ClickHouse. (Documentation / ETL and Data Processing)
README
# The CHKB is no longer maintained
*The CHKB is no longer maintained by Tinybird. The repo is publicly archived so that any useful content is still available, and we welcome anyone that wishes to fork and continue the effort.*
# Introduction
Welcome to the Tinybird Knowledge Base for ClickHouse®, curated with love by [Tinybird](https://tinybird.co)!
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 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!
## Want to contribute?
We welcome contributions from the broader open source ClickHouse community. Please read [this](https://github.com/tinybirdco/clickhouse_knowledge_base/blob/main/CONTRIBUTING.md) for guidelines on how to contribute.
## Development
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
### Installation
```bash
cd knowledge-base
npm install
```or
```bash
yarn
```### Local Development
```bash
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
```bash
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.