kbajalc / parquets

MIT License
44 stars 21 forks source link

Allow reading parquet data from a buffer #11

Closed dobesv closed 3 years ago

dobesv commented 3 years ago

Although parquet was designed with for huge data sets that definitely don't fit in memory, it is also useful for compressed data tables of just a few MB that you want to load in memory in the browser. Being able to use a buffer directly for this case is nice.