Ruby wrapper for Apache Arrow DataFusion.
Add this line to your application's Gemfile:
gem 'datafusion'
And then execute:
$ bundle install
Or install it yourself as:
$ gem install datafusion
TODO: Write usage instructions here
To build the Rust extension and run the Ruby tests:
cargo build --release; rake spec
Bug reports and pull requests are welcome on GitHub at https://github.com/j-a-m-l/datafusion-ruby.
The gem is available as open source under the terms of the MIT License.