mhkeller opened a new issue, #60:
URL: https://github.com/apache/arrow-js/issues/60

   ### Describe the enhancement requested
   
   PyArrow's [documentation](https://arrow.apache.org/docs/python/parquet.html) 
says how it handles reading and writing of parquet files
   
   > Apache Arrow is an ideal in-memory transport layer for data that is being 
read or written with Parquet files. We have been concurrently developing the 
[C++ implementation of Apache 
Parquet](https://github.com/apache/arrow/tree/main/cpp/tools/parquet), which 
includes a native, multithreaded C++ adapter to and from in-memory Arrow data. 
PyArrow includes Python bindings to this code, which thus enables reading and 
writing Parquet files with pandas as well.
   
   It would be useful if the Node.js library 
[apache-arrow](https://arrow.apache.org/docs/js/) also had bindings to this C++ 
code. It would help in development of desktop apps written in Electron and 
generally help the development of data tools that exist in the Node.js 
ecosystem.
   
   ### Component(s)
   
   JavaScript


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to