tree: ffae3ca0eb8e4e773f7009e7646e7fd64d8954d9 [path history] [tgz]
  1. dependency-check/
  2. lib/
  3. test/
  4. .gitignore
  5. Gemfile
  6. LICENSE.txt
  7. NOTICE.txt
  8. Rakefile
  9. README.md
  10. red-arrow-dataset.gemspec
ruby/red-arrow-dataset/README.md

Red Arrow Dataset - Apache Arrow Dataset Ruby

Red Arrow Dataset is the Ruby bindings of Apache Arrow Dataset. Red Arrow Dataset is based on GObject Introspection.

Apache Arrow Dataset is one of Apache Arrow components to read and write semantic datasets stored in different locations and formats.

GObject Introspection is a middleware for language bindings of C library. GObject Introspection can generate language bindings automatically at runtime.

Red Arrow Dataset uses Apache Arrow Dataset GLib and gobject-introspection gem to generate Ruby bindings of Apache Arrow Dataset.

Apache Arrow Dataset GLib is a C wrapper for Apache Arrow Dataset C++. GObject Introspection can't use Apache Arrow Dataset C++ directly. Apache Arrow Dataset GLib is a bridge between Apache Arrow Dataset C++ and GObject Introspection.

gobject-introspection gem is a Ruby bindings of GObject Introspection. Red Arrow Dataset uses GObject Introspection via gobject-introspection gem.

Install

Install Apache Arrow Dataset GLib before install Red Arrow Dataset. Install Apache Arrow GLib before install Red Arrow. See Apache Arrow install document for details.

Install Red Arrow Dataset after you install Apache Arrow Dataset GLib:

$ gem install red-arrow-dataset

Usage

require "arrow-dataset"

# TODO