aloneguid / parquet-dotnet

Fully managed Apache Parquet implementation
https://aloneguid.github.io/parquet-dotnet/
MIT License
542 stars 140 forks source link

Parquet file directly in binary #497

Closed matmiranda closed 2 months ago

matmiranda commented 3 months ago

Issue description

Does this library not support generating parquet file in byte array?

The idea is to generate file as binary without saving in the path.

It's possible ?

aloneguid commented 2 months ago

Just write to memory stream, which is essentially a byte array?

matmiranda commented 2 months ago

Do you have an example of writing to the memory stream? My idea is to generate a file directly in AWS Bucket S3.

aloneguid commented 2 months ago

Closing as this is unrelated to this library. See .net reference documentation for MemoryStream.