Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

269
Views
How to real-time stream from an async iterable to an IPC Streaming format file?

Given an async iterable object that supports the for await...of statement, what is the most efficient way to write the elements into an IPC Streaming format file from Apache Arrow?

Elements are objects following the same schema which contains different data types, for example:

[
    {
        id: '747368456',
        product: 'foo',
        price: 732.98,
        created: '2021-05-01T14:00:33.048Z',
    },
    {
        id: '747368457',
        product: 'foo2',
        price: 2.98,
        created: '2021-05-01T14:10:33.023Z',
    }
]

Is it possible to do it asynchronously and without waiting for all the JSON objects?

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!