sujithjay / mura

An in-memory SQL Query Compiler built on Apache Arrow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mura

An in-memory SQL Query Compiler built on Apache Arrow.

Mura

Etymology

Named after Yoshiko Futamura, namesake of the Futamura Projections.

Rationale

The idea of Mura is to build a simple query compiler to be later specialised into a query interpreter, as discussed in How to Architect a Query Compiler, Revisited. Mura uses Apache Arrow as the memory model. It supports SQL query execution against Parquet, and against in-memory data.

Credits

About

An in-memory SQL Query Compiler built on Apache Arrow

License:Apache License 2.0


Languages

Language:Rust 100.0%