Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

266
Vistas
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
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda