arrow2 VS turbodbc

Compare arrow2 vs turbodbc and see what are their differences.

arrow2

Transmute-free Rust library to work with the Arrow format (by jorgecarleitao)

turbodbc

Turbodbc is a Python module to access relational databases via the Open Database Connectivity (ODBC) interface. The module complies with the Python Database API Specification 2.0. (by blue-yonder)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
arrow2 turbodbc
25 2
1,071 604
- 0.7%
0.0 8.0
2 months ago about 1 month ago
Rust C++
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

arrow2

Posts with mentions or reviews of arrow2. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-03.

turbodbc

Posts with mentions or reviews of turbodbc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-16.
  • Arrowdantic 0.1.0 released
    3 projects | /r/Python | 16 Apr 2022
    It supports reading from and writing to ODBC compliant databases at likely similar performance as turbodbc and it does not require conda to install.
  • arrow-odbc: Fetch arrow arrays from an ODBC data source in a pip installable environment
    2 projects | /r/Python | 23 Nov 2021
    turbodbc is great, but a pain to build, at least without conda. arrow-odbc-py uses cffi (rather than PyO3) to talk to a rust backend and than uses the Arrow C Data interface to provide the user with pyarrow compatible arrow arrays. The use of a dedicated C interface in both places, avoids linking directly against the Python C-Interpreter as well as the specific C++ Arrow libraries your pyarrow version depends on. Avoiding some pain of dependency hell.

What are some alternatives?

When comparing arrow2 and turbodbc you can also consider the following projects:

polars - Dataframes powered by a multithreaded, vectorized query engine, written in Rust

arrow-odbc-py - Read Apache Arrow batches from ODBC data sources in Python

arrow-datafusion - Apache DataFusion SQL Query Engine

soci - Official repository of the SOCI - The C++ Database Access Library

db-benchmark - reproducible benchmark of database-like ops

vinum - Vinum is a SQL processor for Python, designed for data analysis workflows and in-memory analytics.

arrow-rs - Official Rust implementation of Apache Arrow

pyexasol - Exasol python driver with low overhead, fast HTTP transport and compression

pyodide - Pyodide is a Python distribution for the browser and Node.js based on WebAssembly

Pytorch - Tensors and Dynamic neural networks in Python with strong GPU acceleration

explorer - Series (one-dimensional) and dataframes (two-dimensional) for fast and elegant data exploration in Elixir

Apache Arrow - Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing