[
https://issues.apache.org/jira/browse/ARROW-14322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17428910#comment-17428910
]
Alessandro Molina edited comment on ARROW-14322 at 10/14/21, 4:41 PM:
----------------------------------------------------------------------
jpype could be a good solution for Python<>Java, CFFI could go for Python<>C
and there is already a brief blog post on Python<>R (
[https://arrow.apache.org/blog/2020/05/03/introducing-arrow-c-data-interface/] )
was (Author: amol-):
jpype could be a good solution for Python<>Java, CFFI could go for Python<>C++
and there is already a brief blog post on Python<>R (
[https://arrow.apache.org/blog/2020/05/03/introducing-arrow-c-data-interface/] )
> [Doc] Add Python doc on how to connect Python to other languages
> ----------------------------------------------------------------
>
> Key: ARROW-14322
> URL: https://issues.apache.org/jira/browse/ARROW-14322
> Project: Apache Arrow
> Issue Type: Improvement
> Components: Documentation
> Reporter: Alessandro Molina
> Assignee: Alessandro Molina
> Priority: Major
> Fix For: 7.0.0
>
>
> As one of the core values of Arrow is to make data portable, it would be
> great to have a documentation section on how to connect across languages.
> Connecting through pipes, files or networking is fairly straightforward, but
> we don't document how to connect using shared memory or even how to connect
> using cross language communication through the C API.
> It would be good to have at least docs for how to do that across
> Python<>Java, Python<>R, Python<>C++
--
This message was sent by Atlassian Jira
(v8.3.4#803005)