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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

A fast SQLite PWA notebook for CSV files

186 点作者 mwenge超过 3 年前

11 条评论

mwenge超过 3 年前
There are a lot of different solutions knocking around for running queries on one or more CSV files. This is a web-based notebook that prioritizes loading large files quickly so you can get running queries on them as soon as possible. It supports most text files, Excel files, JSON. It can also display your results as graphs.
评论 #29737328 未加载
cube00超过 3 年前
A PWA <i>and</i> vanilla JavaScript; we need more of these. Fantastic job!
评论 #29736322 未加载
评论 #29736915 未加载
adolph超过 3 年前
This is really wonderful! The discussion about lay people&#x27;s knowledge of sql reminded me that the Pandas API is often useful for non-sql folk. Likewise there are some projects similar to dirtylittlesql to bring Python data manipulation to the browser.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;jtpio&#x2F;jupyterlite" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jtpio&#x2F;jupyterlite</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;gzuidhof&#x2F;starboard-notebook" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;gzuidhof&#x2F;starboard-notebook</a>
kapilvt超过 3 年前
Also worth a look, built as a static web spa<p><a href="https:&#x2F;&#x2F;github.com&#x2F;lana-k&#x2F;sqliteviz" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;lana-k&#x2F;sqliteviz</a>
js4ever超过 3 年前
Very cool, but I didn&#x27;t found a way to configure the delimiter (most of my files use ; as a delimiter)
评论 #29735867 未加载
monkeydust超过 3 年前
What would be cool is integrating this with OpenAI Codex - the natural language to SQL transformations were impressive when I played around with them.<p>This could then be pitched to non-techie folk who want to simply ask questions from their data on flat file.
评论 #29736595 未加载
评论 #29736526 未加载
pjmlp超过 3 年前
Nice app, best of all no Electron needed.
评论 #29736256 未加载
mynameismon超过 3 年前
Similar: Microsoft LogParser (<a href="https:&#x2F;&#x2F;www.microsoft.com&#x2F;en-in&#x2F;download&#x2F;details.aspx?id=24659" rel="nofollow">https:&#x2F;&#x2F;www.microsoft.com&#x2F;en-in&#x2F;download&#x2F;details.aspx?id=246...</a>)
fxj超过 3 年前
Love it! Could you also provide some options for decimal point data? Comma instead of period.<p>It would be great if I could use it as a kernel in JupyterLite!
评论 #29736435 未加载
stsourlidakis超过 3 年前
This is really good! Would be great if there was a way to rename the created tables!
Multrex超过 3 年前
Is it available as Docker Image?
评论 #29736251 未加载