
Highlights
- Statically hosted parquet files provide one of the easiest to use and most performant APIs for accessing bulk¹ data (View Highlight)
- When are static files inappropriate?
There are some cases where static parquet files may be inappropriate. Examples include: (View Highlight)
- Very large datasets (View Highlight)
- Relational data with a complex schema. In this case, serving a sqlite or duckdb database as a single file may be a better fit. (View Highlight)
- Rapidly changing data to which users need immediate access (View Highlight)