ironSource / parquetjs

fully asynchronous, pure JavaScript implementation of the Parquet file format
MIT License
345 stars 173 forks source link

Write multiple rows in bulk #136

Open patrickCode opened 1 year ago

patrickCode commented 1 year ago

Is there a way to append multiple rows in bulk to a parquet. My scenario is that I need to write 5000 records to the file and then upload it to AWS. Is there a way to write all the rows in bulk instead of running a loop?