Skip to content
This repository has been archived by the owner on Feb 14, 2022. It is now read-only.

Latest commit

 

History

History
37 lines (22 loc) · 685 Bytes

README.md

File metadata and controls

37 lines (22 loc) · 685 Bytes

DataFusion

Ruby wrapper for Apache Arrow DataFusion.

Installation

Add this line to your application's Gemfile:

gem 'datafusion'

And then execute:

$ bundle install

Or install it yourself as:

$ gem install datafusion

Usage

TODO: Write usage instructions here

Development

To build the Rust extension and run the Ruby tests:

cargo build --release; rake spec

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/j-a-m-l/datafusion-ruby.

License

The gem is available as open source under the terms of the MIT License.