TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

119 pointsby slakeabout 1 year ago
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 comments

refsetabout 1 year ago
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 未加载
ramonverseabout 1 year ago
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 未加载
hantuskabout 1 year ago
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_up800about 1 year ago
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 未加载
yoginiabout 1 year ago
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.
18chetanpatelabout 1 year ago
How about incorporating options for data visualization through charts?
评论 #39836800 未加载
spxneoabout 1 year ago
now how to make this collaborative? that would be interesting