Apache Arrow in Mojo
This repo is very much a work in progress. The goal is to provide a way to use Apache Arrow in Mojo. This is a very early version and is not yet ready for use.
Install magic by following the instructions here.
You should be able to just run
magic run test
The magic project file contains the tasks:
magic run test
- Run testsmagic run dist
- Builds the distribution packagemagic run build
- Build the packagemagic run clean
- Clean up build artifacts