RubyGems Navigation menu

rabbit-slide-kou-rubykaigi-2023 2023.5.13.2

ADBC is Apache Arrow Database Connectivity. It provides a API that can connect to different databases by wrapping database specific APIs. This is not a new approach. There are existing APIs such as Active Record, Sequel and ODBC. The difference between the existing APIs and ADBC is the focus on large data and performance. ADBC is an important part to use Ruby for data processing. We can extract large data from many databases (not only RDBMSs but also data ware houses and so on) and load large data into many databases with ADBC. To use Ruby for data processing, we need data. ADBC helps it.

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 2023.5.13.2 - May 13, 2023 (11 MB)
  2. 2023.5.13.1 - May 12, 2023 (11 MB)
  3. 2023.5.13.0 - May 08, 2023 (10.4 MB)

Runtime Dependencies (2):

Owners:

Pushed by:

Authors:

  • Sutou Kouhei

SHA 256 checksum:

01a20e2404ed7a50874f19775f0e002b1e6a915a9bd12512bff4cf4dbb46babb

Total downloads 1,101

For this version 455

License:

CC-BY-SA-4.0

Required Ruby Version: >= 0

Links: