crate / crate-clients-tools

Clients, tools, and integrations for CrateDB.
https://crate.io/docs/clients/
Apache License 2.0
2 stars 1 forks source link

pql #87

Closed amotl closed 8 months ago

amotl commented 8 months ago

About

pql is an open-source pipelined query language that translates to SQL and is written in Go

Details

This Go library compiles a pipelined-based query language (inspired by the Kusto Query Language) into SQL. It has been specifically tested to work with the Clickhouse SQL dialect, but the generated SQL is intentionally database agnostic. This repository contains a the Go library, and a CLI to invoke the library.

References