8000 GitHub - nawivee/chclient: Fast http client for SELECT queries in clickhouse
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

nawivee/chclient

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chclient - fast http client for ClickHouse

Features

  • Optimized for reading large responses.
  • May read more than 20M rows per second on a single CPU core thanks to tsvreader.
  • Easily reads responses with billion rows thanks to response streaming. There is no need to fit the whole response in memory.
  • Works ideally with chproxy.
  • Sends requests to fallback address if requests to primary clickhouse address fail.

Documentation

See these docs.

About

Fast http client for SELECT queries in clickhouse

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%
0