clickhouse-docs icon indicating copy to clipboard operation
clickhouse-docs copied to clipboard

[DRAFT] Documentation for client v2 how to read/write

Open chernser opened this issue 9 months ago • 0 comments

Summary

This change is to add more detailed tutorials for different usecase:

  • writing stream of data
  • writing POJOs and when it make sense
  • reading text formats like JSONEachRow, CSV
  • reading data with RowBinary reader for streaming usecases
  • reading data in whole for small requests.

Checklist

  • [ ] Delete items not relevant to your PR
  • [ ] URL changes should add a redirect to the old URL via https://github.com/ClickHouse/clickhouse-docs/blob/main/docusaurus.config.js
  • [ ] If adding a new integration page, also add an entry to the integrations list here: https://github.com/ClickHouse/clickhouse-docs/blob/main/docs/integrations/index.mdx

chernser avatar Feb 25 '25 19:02 chernser