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
- Host: GitHub
- URL: https://github.com/red-data-tools/red-arrow-activerecord
- Owner: red-data-tools
- License: mit
- Created: 2017-09-12T07:36:58.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-08-23T03:39:23.000Z (almost 5 years ago)
- Last Synced: 2024-04-24T11:10:23.572Z (about 2 years ago)
- Language: Ruby
- Size: 39.1 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
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).