TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Query Snowflake tables locally with DuckDB using Apache Iceberg

2 点作者 buremba9 个月前

1 comment

buremba9 个月前
Hi all! I built this tool for data exploration on Snowflake tables without any need to run a warehouse.<p>Snowflake is very powerful at scale but for small data (&lt; 100GB) I rather work locally and then deploy my models to Snowflake later on. Universql lets you keep using Snowflake clients with its proxy layer and executes the queries locally on DuckDB.<p>This tech only became possible with Iceberg as it keeps the data references in manifest files where you can intelligently cache the data locally, similar to Snowflake&#x27;s warehouse cache.