With OPFS + Parquet + Wasm, the browser already has everything it needs to handle multi-GB LLM datasets client-side.
Is the world of data UIs evolving? Are there new data tools and best practices beyond notebooks and DuckDB?
1–4 of 4 posts
With OPFS + Parquet + Wasm, the browser already has everything it needs to handle multi-GB LLM datasets client-side.
Is the world of data UIs evolving? Are there new data tools and best practices beyond notebooks and DuckDB?
Having tried a variety of tools, I usually return to Snowflake. Within Snowflake, I don't use notebooks; instead, I prefer to create database Views to contain my code. I may have Views that call other Views etc. I like Snowflake because for every query in its UI, it automatically profiles the results it returns. e.g., for each column it gives a frequency distribution histogram of the values within the column. In shor…
Having tried a variety of tools, I usually return to Snowflake. Within Snowflake, I don't use notebooks; instead, I prefer to create database Views to contain my code. I may have Views that call other Views etc. I like Snowflake because for every query in its UI, it automatically profiles the results it returns. e.g., for each column it gives a frequency distribution histogram of the values within the column. In shor…
Makes sense. I'm not currently in snowflake because I'm mostly working with local parquet files. Would prefer not to have to pay for snowflake just to explore my data. I'm interested in better data UIs though so I might need to check it out.