Skip to main content

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.

Article content includes but is not limited to the following directions:

DirectionExample Topics
Doris usage tipsEfficient ingestion, query tuning, operations practices
Doris feature introductionsMaterialized views, inverted indexes, lakehouse capabilities
Doris system tuningFE / BE parameter tuning, JVM optimization
Doris internals walkthroughsQuery execution, storage format, compaction mechanism
Doris business scenario practicesUser behavior analysis, log search, real-time reporting experience

Submission Process

  1. Prepare the blog Markdown file and place it under the /blog directory of the apache/doris-website repository.
  2. 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.
  3. Check the README at the repository root and the related indexes to see whether you need to add a blog entry.
  4. Submit a Pull Request to apache/doris-website describing the blog topic and author information.
  5. 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.