vega / vegafusion

Serverside scaling for Vega and Altair visualizations
https://vegafusion.io
BSD 3-Clause "New" or "Revised" License
303 stars 15 forks source link

Experimental s3 and parquet support #417

Closed jonmmease closed 7 months ago

jonmmease commented 8 months ago

This PR adds initial support for loading input files from s3, and for parquet support. Includes:

For testing, I added a pixi dependency on minio and added the pixi start minio task that start's minio with pre-determined credentials and loads sample data.

jonmmease commented 8 months ago

I wasn't able to get the minio-based test working in GitHub actions, so flagging behind and environment variable for now