Skip to content

siradjev/ClickHouse.Client

 
 

Repository files navigation

ClickHouse.Client

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

License NuGet status Build status Tests status

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)

Key features

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

About

.NET client for ClickHouse

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%