red-data-tools / red-arrow-activerecord

A library that provides conversion method between Apache Arrow and Active Record

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

Name

Red Arrow Active Record

Usage

User.all.select(:id, :name).to_arrow

Installation

Add this line to your application's Gemfile:

gem 'red-arrow-activerecord', require: 'arrow-activerecord'

And then execute:

$ bundle

Or install it yourself as:

$ gem install red-arrow-activerecord

Contributing

Contribution directions go here.

License

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

About

A library that provides conversion method between Apache Arrow and Active Record

License:MIT License


Languages

Language:Ruby 89.9%Language:Dockerfile 10.1%