How to Share a Blog
The Doris community welcomes technical articles about Doris. Once an article is merged, it appears on the Doris website. This page describes the recommended content directions, the submission channels, and the contribution process.
Recommended Content Directions
Article content includes but is not limited to the following directions:
| Direction | Example Topics |
|---|---|
| Doris usage tips | Efficient ingestion, query tuning, operations practices |
| Doris feature introductions | Materialized views, inverted indexes, lakehouse capabilities |
| Doris system tuning | FE / BE parameter tuning, JVM optimization |
| Doris internals walkthroughs | Query execution, storage format, compaction mechanism |
| Doris business scenario practices | User behavior analysis, log search, real-time reporting experience |
Submission Process
- Prepare the blog Markdown file and place it under the
/blogdirectory of the apache/doris-website repository. - Format the body according to the Documentation Format Specification, using conventions such as code fences, image alt text, and spacing between Chinese and English characters.
- Check the README at the repository root and the related indexes to see whether you need to add a blog entry.
- Submit a Pull Request to
apache/doris-websitedescribing the blog topic and author information. - Wait for a community Committer review, iterate based on the feedback, and merge into the main branch.
For the latest repository details and process, see the apache/doris-website README.