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
- Host: GitHub
- URL: https://github.com/kovalevdima/clickhaskell
- Owner: KovalevDima
- License: bsd-3-clause
- Created: 2023-03-23T12:44:26.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-04-07T21:43:36.000Z (3 months ago)
- Last Synced: 2025-04-07T22:32:45.723Z (3 months ago)
- Topics: clickhouse, haskell, nix, open-source
- Language: Haskell
- Homepage: https://clickhaskell.dev/
- Size: 803 KB
- Stars: 33
- Watchers: 3
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
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 fasterVisit [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