An open API service indexing awesome lists of open source software.

https://github.com/red-data-tools/red-arrow-activerecord

A library that provides conversion method between Apache Arrow and Active Record
https://github.com/red-data-tools/red-arrow-activerecord

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# README

## Name

Red Arrow Active Record

## Usage

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

## Installation
Add this line to your application's Gemfile:

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

And then execute:
```bash
$ bundle
```

Or install it yourself as:
```bash
$ 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](http://opensource.org/licenses/MIT).