spaulaus / paass

Pixie Acquisition and Analysis Software Suite - maintained by Project Science
GNU General Public License v3.0
0 stars 2 forks source link

Support only parquet output #83

Open spaulaus opened 4 years ago

spaulaus commented 4 years ago

Expected Behavior

We only output data into parquet files

Context

We want to open up the data analysis to as many tools as possible. Parquet formats are well known, can be read from a variety of applications, and is NOT custom.

Possible Solution (optional)

Use some pyarrow action to output everything to parquet.

Acceptance Criteria