MojoFrame is a high-performance DataFrame library implemented in the Mojo programming language, designed for analytical query workloads and optimized for modern hardware (CPUs supported, GPUs and other hardware accelerators to be explored) via JIT and MLIR.
Currently, core relational opertaions and some utility functions are implemented for the TPC-H benchmark.
Install magic CLI:
curl -ssL https://magic.modular.com/92f881dc-d525-4538-913e-eea8752d2210 | bash
Navigate into the Mojoframe directory:
cd Mojoframe
Initialize project files:
magic init --format mojoproject
Run the mojo program:
magic run mojo main.mojo