Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Advanced example with streaming INSERT #390

Open
mshustov opened this issue Feb 13, 2025 · 0 comments
Open

Advanced example with streaming INSERT #390

mshustov opened this issue Feb 13, 2025 · 0 comments
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers

Comments

@mshustov
Copy link
Member

We currently provide examples for streaming from file https://github.com/ClickHouse/clickhouse-js/blob/72f490a6faf894deb723f2c6d5b7cdee75177def/examples/node/insert_file_stream_ndjson.ts

However, the examples don't cover a use case when a user app pushes to the values stream and should handle the backpressure mechanism correctly. If user app doesn't implement backpressure handling, it might lead to problems like these #135

@mshustov mshustov added documentation Improvements or additions to documentation good first issue Good for newcomers labels Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant