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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: TextQuery – Query CSV, JSON, XLSX Files with SQL

159 点作者 shubhamjain3 天前

25 条评论

bdcravens3 天前
Congrats on launching, but this feels like an uphill climb to get paying customers. You need to find the intersection of potential customers that know SQL but don't want to use one of the open source options. (perhaps data analysts working in restricted environments where the only option is a web browser)
评论 #43897610 未加载
评论 #43900032 未加载
ByteAtATime3 天前
Have you seen duckdb? <a href="https:&#x2F;&#x2F;duckdb.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;duckdb.org&#x2F;</a><p>It&#x27;s basically what you&#x27;re building, but more low-level. Really cool, to be honest -- serves the same market too. Do you have any significant differentiator, other than charts?
评论 #43903785 未加载
评论 #43901528 未加载
somerandom24073 天前
You might have a wider audience if you put in on the app store. I only install very well-known software outside of the app store. For anything more niche, I need it to be on the app store to offer some assurance that it is not malicious and that sandboxing is enforced.
ayhanfuat3 天前
Congratulations. I do see value in quickly seeing, querying files in a nice desktop interface. I am curious why there is no parquet support though. If duckdb is running in the background it is probably easy to support it?
评论 #43901872 未加载
评论 #43897608 未加载
mutagen2 天前
This looks awesome. I&#x27;m the target audience. I do quite a bit of development around SQL Server and there&#x27;s an endless stream of CSV and XLSX files coming and going that need spot checks and quick looks. I use ModernCSV quite a bit and would have purchased that if it built these SQL features in. I&#x27;ve used DuckDB directly a few times to join and query CSV and XLSX files, I&#x27;ll pay my own $$ for something that quickly streamlines this.<p>I can import into SQL Server but there&#x27;s too much ceremony needed (column types, etc) for quick looks at data I&#x27;m going to answer a question about and then discard. After a quick look at TextQuery I&#x27;m running into the same issues (although TextQuery is just a couple of clicks instead of 5+). I was also seeing an error yesterday from associating XLSX files with TextQuery but that seems to have gone away today.
lowleveldesign3 天前
Coongrats on the release.<p>It reminds me of Log Parser Studio [1] on Windows. Using SQL to query text and log files is a great idea.<p>[1] <a href="https:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20170710212920&#x2F;http:&#x2F;&#x2F;gallery.technet.microsoft.com&#x2F;office&#x2F;Log-Parser-Studio-cd458765" rel="nofollow">https:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20170710212920&#x2F;http:&#x2F;&#x2F;gallery.te...</a>
dowager_dan993 天前
I think I&#x27;m your target user, but I currently use DuckDB for this type of work, so unlikely to buy your product. That said, lots of devs pay for Rider and&#x2F;or DataGrip - sometimes with their own money - so maybe there is a market here?
imachine1980_3 天前
A few hours ago this would have been useful, I will probably give it a try in few days. On another note, I recommend clarifying in the heroes page that it&#x27;s about a one-time purchase, because that&#x27;s a really big plus.
Gormo2 天前
Another tool in the same vein is &#x27;q&#x27;: <a href="https:&#x2F;&#x2F;harelba.github.io&#x2F;q&#x2F;" rel="nofollow">https:&#x2F;&#x2F;harelba.github.io&#x2F;q&#x2F;</a>
jamroom3 天前
Quick question - is it possible to import multiple files at once? I frequently get ZIP files full of csv&#x2F;xlsx files that I need to search through. I didn&#x27;t see a way to import more than 1 file at a time. Thanks!
评论 #43900540 未加载
评论 #43901917 未加载
whoomp123423 天前
oh man, I remebmer solving this problem by connecting these files into SQL SERVER and joining agains them. Those were the days
评论 #43901657 未加载
gitroom2 天前
pretty cool seeing someone care about a good ui for this kind of tool - always annoys me when the workflow is clunky, you think people actually care more about small features or is it just all about price
A4ET8a8uTh0_v23 天前
This does seem pretty neat. Any plans to expand to include XML as well?
flysand73 天前
Is it just me, or the images on the website aren&#x27;t loading? Using firefox, from what I searched it seems like it could be just a firefox issue. The cdn links are https bt when navigating there manually it says the connection is not private.
moxplod3 天前
I could use this.<p>Questions: What file sizes have you tested?<p>What about a directory with similar CSV files - I have a use case where similar structure CSV, 2 TB data broken into 700 files. Instead of 1 large file. Would that work?
sidcool3 天前
Pricing is too weird.
gkbrk3 天前
Feels like `clickhouse local` or `duckdb` with a price tag. Especially since duckdb even has a nice UI now.
评论 #43897383 未加载
评论 #43898242 未加载
mkayokay3 天前
For CSV files you can also import them directly into a SQLite file using <a href="https:&#x2F;&#x2F;sqlitebrowser.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;sqlitebrowser.org&#x2F;</a><p>XLSX would be the same workflow with &quot;save as&quot; CSV and then push it into SQLite.
评论 #43897470 未加载
评论 #43897738 未加载
account-53 天前
To be completely honest I tend to use either powershell or Nushell to query these sorts of files. I do also use sqlite as well when needed.
评论 #43897766 未加载
评论 #43900893 未加载
tobilg3 天前
Try <a href="https:&#x2F;&#x2F;sql-workbench.com" rel="nofollow">https:&#x2F;&#x2F;sql-workbench.com</a> if you‘d like to do this directly in the browser, for free. Including Parquet and Arrow support as well.
评论 #43900801 未加载
评论 #43898239 未加载
nathanwallace3 天前
Readers may also enjoy Steampipe [1], an open source tool to live query 140+ services with SQL (e.g. AWS, GitHub, CSV, Kubernetes, etc). It uses Postgres Foreign Data Wrappers under the hood and supports joins etc with other tables. (Disclaimer - I&#x27;m a lead on the project.)<p>1 - <a href="https:&#x2F;&#x2F;github.com&#x2F;turbot&#x2F;steampipe">https:&#x2F;&#x2F;github.com&#x2F;turbot&#x2F;steampipe</a>
评论 #43900891 未加载
jeadie3 天前
There’s also <a href="https:&#x2F;&#x2F;github.com&#x2F;spiceai&#x2F;spiceai">https:&#x2F;&#x2F;github.com&#x2F;spiceai&#x2F;spiceai</a>
评论 #43900902 未加载
hermitcrab3 天前
&gt;Pay Once, Use Forever ... Free updates<p>I suspect the vendor is going to regret that, further down the line.
评论 #43899184 未加载
评论 #43899240 未加载
评论 #43899174 未加载
评论 #43900897 未加载
jklowden2 天前
Uh huh. The No SQL zombie yet shuffles on.<p>Anyone who knows SQL sees dozens of problems immediately. What enforces data integrity? How do we know the records are NF1? How do we perform a join, or test existential quantification, without table names? How do we know all supposed &quot;dates&quot; are valid dates, and not my uncles ex-wife’s maiden name? How does one reference XML attributes from SQL?<p>The answer produced by SQL are only as good as the data they’re drawn from. The quality and internal consistency of those data are enforced by the DBMS. No amount of pretty graphs and syntax highlighting changes that. The effective of SQL depends on the knowledge of the practitioner. No tool changes that, either.
zipping15493 天前
I think someone who&#x27;s willing to use SQL will also be willing to convert such files into, well, proper DB.
评论 #43899203 未加载