An open API service indexing awesome lists of open source software.

https://github.com/kovalevdima/clickhaskell

ClickHouse Native protocol driver in Haskell
https://github.com/kovalevdima/clickhaskell

clickhouse haskell nix open-source

Last synced: 3 months ago
JSON representation

ClickHouse Native protocol driver in Haskell

Awesome Lists containing this project

README

        

# ClickHaskell

Haskell implementation of [ClickHouse](https://clickhouse.com/) DBMS Native protocol and client

ClickHaskell allows you:

1. to handle 1+ million rows per second
2. to share single connection between multiple threads
3. to build reliable CI/CD and ship DBMS integrations faster

Visit [Home page](https://clickhaskell.dev/) to learn more

## ⚠️ Current version is unstable
ClickHaskell 1.0.0 will be released after most of the negative case tests have been implemented. Until then, you may encounter unexpected behavior