VonRosenchild / arrow-adbc

Apache arrow

Home Page:https://arrow.apache.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ADBC: Arrow Database Connectivity

License

EXPERIMENTAL. Please see the mailing list discussion and the original proposal for context.

ADBC is an API standard for database access libraries ("drivers") in C and Java that uses Arrow for data. Instead of writing code for each individual database, applications can build against the ADBC APIs, and link against drivers that implement the standard. Additionally, a JDBC/ODBC-style driver manager is provided. This also implements the ADBC APIs, but dynamically loads drivers and dispatches calls to them.

Like JDBC/ODBC, the goal is to provide a generic API for multiple databases, but ADBC is focused on Arrow-based data access for analytics use cases (bulk data retrieval/ingestion), and not the full spectrum of use cases that JDBC/ODBC drivers handle. Hence, ADBC is complementary to those existing standards.

Like Flight SQL, ADBC is an Arrow-based database access API. But Flight SQL also specifies the wire format and network transport (Flight RPC), while ADBC lets drivers make their own decisions. Together, ADBC and Flight SQL offer a fully Arrow-native solution for clients and database vendors.

Building

For detailed instructions, see CONTRIBUTING.md.

About

Apache arrow

https://arrow.apache.org/

License:Apache License 2.0


Languages

Language:C++ 37.2%Language:Java 27.9%Language:C 9.9%Language:CMake 7.0%Language:Go 6.4%Language:Python 4.4%Language:Cython 3.2%Language:Ruby 2.3%Language:Shell 1.0%Language:Meson 0.8%