ClickHaskell 1.0.0 is out
github.com·1d·
Discuss: Lobsters
📘Typescript
Preview
Report Post

ClickHaskell

Haskell implementation of ClickHouse DBMS Native protocol and client

Why ClickHouse+Haskell?

ClickHouse is a well known open source DBMS for building data intensive apps

Its design philosophy is close to functional programming due to append-only, support of lambdas and higher-order functions

It’s a best-in-class database for storing data in event-driven architecture

Why ClickHaskell?

Pros:

  • unique type-safe and low boilerplate API
  • low dependency footprint
  • thread-safe and well documented network code
  • extensible CI/CD pipeline
  • partially formalized Native protocol based implementation

Cons:

  • single active maintainer
  • limited support for protocol features
  • API is …

Similar Posts

Loading similar posts...