معرفی شرکت ها


dremio-arrow-1.0.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Dremio SQL Lakehouse Arrow Flight Client.
ویژگی مقدار
سیستم عامل -
نام فایل dremio-arrow-1.0.1
نام dremio-arrow
نسخه کتابخانه 1.0.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Jason Kinyua
ایمیل نویسنده jaysnmury@gmail.com
آدرس صفحه اصلی https://github.com/jaysnm/dremio-arrow
آدرس اینترنتی https://pypi.org/project/dremio-arrow/
مجوز Apache-2.0
# Dremio SQL Lakehouse Arrow Flight Client [![python](https://img.shields.io/badge/python-3.7%20%7C%203.8%20%7C%203.9%20%7C%203.10-blue)](https://pypi.org/project/dremio-arrow/) Arrow Flight is a high-speed, distributed protocol designed to handle big data, providing increase in throughput between client applications and Dremio. This Dremio Arrow Flight Client is based on [python official examples](https://github.com/dremio-hub/arrow-flight-client-examples/tree/main/python). > Disclaimer: This project is not affliated to [dremio](dremio.com) in any way. It is a tool that I developed while at CIFOR-ICRAF and now we have decided to open source it for wider community use. While I may not have enough time to actively maintain it, the tool is stable enough to sustain future use cases. Besides, community contribution is warmly welcome in form of PRs and forks. * Documentation: <https://jaysnm.github.io/dremio-arrow/> * GitHub: <https://github.com/jaysnm/dremio-arrow> * PyPI: <https://pypi.org/project/dremio-arrow/> * Free software: Apache-2.0 ## Flight Basics The Arrow Flight libraries provide a development framework for implementing a service that can send and receive data streams. A Flight server supports several basic kinds of requests: - **Handshake**: a simple request to determine whether the client is authorized and, in some cases, to establish an implementation-defined session token to use for future requests - **ListFlights**: return a list of available data streams - **GetSchema**: return the schema for a data stream - **GetFlightInfo**: return an “access plan” for a dataset of interest, possibly requiring consuming multiple data streams. This request can accept custom serialized commands containing, for example, your specific application parameters. - **DoGet**: send a data stream to a client - **DoPut**: receive a data stream from a client - **DoAction**: perform an implementation-specific action and return any results, i.e. a generalized function call - **ListActions**: return a list of available action types > More details can be found [here](https://arrow.apache.org/blog/2019/10/13/introducing-arrow-flight/) ![Illustration](https://arrow.apache.org/img/20191014_flight_simple.png) ## Installation Please see installation notes [here](https://jaysnm.github.io/dremio-arrow/installation/)


نیازمندی

مقدار نام
>=22.3.0,<23.0.0) black
>=1.0.1,<2.0.0) bump2version
>=3.9,<4.0) flake8
>=1.6.0,<2.0.0) flake8-docstrings
>=7.32,<8.0) ipython
>=5.10.1,<6.0.0) isort
>=3.3.1,<4.0.0) jupyterlab
>=1.2.3,<2.0.0) mkdocs
>=0.4.1,<0.5.0) mkdocs-autorefs
>=1.0.0,<2.0.0) mkdocs-git-revision-date-localized-plugin
>=1.0.0,<2.0.0) mkdocs-include-markdown-plugin
>=8.2.5,<9.0.0) mkdocs-material
>=1.0.3,<2.0.0 mkdocs-material-extensions
>=0.18.0,<0.19.0) mkdocstrings
>=0.931,<0.932) mypy
>=1.3,<=1.4 pandas
>=2.17.0,<3.0.0) pre-commit
>=7.0,<=8.0 pyarrow
>=7.0.1,<8.0.0) pytest
>=3.0.0,<4.0.0) pytest-cov
>=2.27.1,<3.0.0) requests
>=3.20.1,<4.0.0) tox
>=2.27.11,<3.0.0) types-requests
==20.13.2) virtualenv


زبان مورد نیاز

مقدار نام
>=3.7.1,<4.0 Python


نحوه نصب


نصب پکیج whl dremio-arrow-1.0.1:

    pip install dremio-arrow-1.0.1.whl


نصب پکیج tar.gz dremio-arrow-1.0.1:

    pip install dremio-arrow-1.0.1.tar.gz