Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 706 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 706 Bytes

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