wjeken / ClickHouse.Client

.NET client for ClickHouse

Home Page:https://clickhouse.tech/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ClickHouse.Client

ADO.NET client for ClickHouse, ultra-fast 'big data' relational database

License NuGet status Build status Tests status

Key features

  • High-throughput
  • Fully supports ClickHouse-specific types:
    • Composite types: Array, Tuple, Nullable, Nested, including combinations
    • Specialized types: IPv4, IPv6, UUID, DateTime64, LowCardinality, Enum etc.
  • Correctly handles DateTime, including time zones
  • Uses compressed binary protocol over HTTP(S)
  • Supports bulk insertion
  • Uses HTTP(S), so is compatible with any server version
  • Available for .NET Core/Framework/Standard

Why another client?

Compared to other existing .NET clients, ClickHouse.Client has following advantages

  • Does not have to buffer response, reducing memory usage
  • Is version-agnostic
  • Offers wider support for ClickHouse-specific types
  • Is more compliant to ADO.NET standards (e.g. does not require calling 'NextResult' on SELECT queries)

About

.NET client for ClickHouse

https://clickhouse.tech/

License:MIT License


Languages

Language:C# 100.0%