hatchmoment. scored by care · not by stars

clicklisp

clicklisp: Lisp-powered query compiler and UDF runtime for ClickHouse

notableCommon Lisp🗄 Data & Databases

clicklisp lets you write ClickHouse queries as native Lisp s‑expressions, which it compiles to proper SQL. It also implements ClickHouse's executable UDF protocol, so Lisp functions can be called directly from SELECT statements. The project ships as a tiny static binary with no runtime dependencies, making deployment easy for ClickHouse admins. It fills a niche for developers who prefer Lisp syntax while working with ClickHouse data pipelines.

View on GitHub →

ClickHouse/clicklisp