j-a-m-l / datafusion-ruby

Ruby wrapper for Apache DataFusion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Ruby wrapper for Apache DataFusion

License:MIT License


Languages

Language:Ruby 95.0%Language:Shell 5.0%