ali-habibzadeh edited a comment on issue #10244: URL: https://github.com/apache/arrow/issues/10244#issuecomment-832942422
Thanks. Confirmed my thoughts. For a node.js serverless or backend application this is not an option as a query engine. It's just for browser based things. backend apps need to ingest (arrow is too large compared to parquet to be a storage strategy), partition, load, query and deliver and most of that is missing for this format, making it from a node.js stand point more of a introduction to arrow project for learning and not for building serious apps. Of course it's ok to also have recipes using multitude of tools put together to cover application building patterns using arrow in node.js but from my research so far so such resource or eco system exists either. Including an unssucessful attempt at integrating with https://github.com/ironSource/parquetjs. Thank you for your detailed answers. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
