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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: WhatTheDuck – open-source, in-browser SQL on CSV files

119 点作者 slake大约 1 年前
WhatTheDuck is an in-browser sql tool to analyze csv files that uses duckdb-wasm under the hood.<p>Please provide feedback&#x2F;issues&#x2F;pull requests.

7 条评论

refset大约 1 年前
Looks nice! I would suggest to pointing users to a small demo csv file and query that can be quickly loaded&#x2F;pasted to see it working. Or even have a &quot;Load example CSV and query&quot; button.
评论 #39848311 未加载
评论 #39835009 未加载
ramonverse大约 1 年前
Cool stuff, we are also building in the space, currently adding Python support with Pyodide. I would recommend you add your live website at the top of the README so people can find it easily (we had a lot of views that way for <a href="https:&#x2F;&#x2F;github.com&#x2F;pretzelai&#x2F;pretzelai">https:&#x2F;&#x2F;github.com&#x2F;pretzelai&#x2F;pretzelai</a>). Also, we added a simple text2sql &quot;Ask AI&quot; that users loved, maybe your users will like it too.
评论 #39836220 未加载
hantusk大约 1 年前
I liked SQL workbench (<a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=39537794">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=39537794</a>) which has the same core ideas but more usable features at this point (query history, parquet support and charts) - if you hadn&#x27;t seen it maybe some of its features will inspire you.
评论 #39830451 未加载
评论 #39849225 未加载
boiler_up800大约 1 年前
IDE support is definitely one area where DuckDB could be better. My current workflow is to edit SQL files in VS Code and then use ‘.read’ within the DuckDB CLI.
评论 #39829168 未加载
评论 #39831583 未加载
评论 #39852241 未加载
yogini大约 1 年前
Loved the idea and the entire project! Starred it on GitHub.<p>One suggestion, when I land on the website I would love to see a small example already added. Basic CSV and some SQL queries to run and play with.<p>It would be best if you also launch it on Peerlist. Many people are working in a similar space there, they also might find this useful.
18chetanpatel大约 1 年前
How about incorporating options for data visualization through charts?
评论 #39836800 未加载
spxneo大约 1 年前
now how to make this collaborative? that would be interesting