(评论)
(comments)

原始链接: https://news.ycombinator.com/item?id=40857589

SQL Explorer 是一个基于 Django 的开源报告和查询工具,我已经使用它近十年了。 其用户界面可能看起来很简单,但为各种应用程序提供了广泛的功能。 https://demo.sqlexplorer.io 有一个实时演示,无需任何登录。 对于那些感兴趣的人,我建议查看这个非正式但充满激情的视频演示:https://sql-explorer.s3.amazonaws.com/Sql%2BExplorer%2B5.mp4 主要特点包括: - 与 ChatGTP 等人工智能 API 进行用户友好且直观的集成。 - 使用 CSV 文件或 SQLite 数据库轻松创建新连接,导入后可立即查询。 支持解析 CSV、推断类型以及生成保留在 S3 中的 SQLite 数据库。 - 改进的 SQL 编辑器,具有强大的自动完成功能和基于底层架构的独特键盘快捷键。 - 浏览器内的数据透视表用于快速分析、通过唯一 URL 进行共享、将查询公开为用于脚本编写和 API 开发的 JSON 端点,以及标准报告工具功能(例如电子邮件报告、日志、收藏夹和导出)等功能。 享受探索这些功能的乐趣!

相关文章

原文
I have been working on SQL Explorer, an open source, Django-based reporting and query tool for (gulp!) almost ten years. It's a tool that fits just right for me and many others, and I love and use almost every day. Write SQL, share results, do some analysis, get insight. No surprises.

A live demo instance is here (no login or anything required):

https://demo.sqlexplorer.io/

And here's a fairly unprofessional, but very enthusiastic, video tour:

https://sql-explorer.s3.amazonaws.com/Sql+Explorer+5.mp4

The UI is constrained enough that there's very little to learn, while there is still a surprising amount of functionality and flexibility to address a lot of use cases.

Some of the stuff I'm excited about in the latest version:

- Intuitive and obvious integration to ChatGPT / the AI API of your choice. Doesn't purport to be 'magic'. Good prompting + relevant table scheme & data automatically injected into the prompt.

- Create a new connection by uploading a CSV or SQLite DB as a new connection, and it's instantly queryable. CSVs are parsed, types inferred, and a SQLite DB gets created (persisted to s3). - New and improved SQL editor with strong autocomplete (based on your schema), and some fancy keyboard shortcuts.

Some of the old stuff that is still great:

- Pivot tables in-browser, so you don't have to open results in Excel for basic analysis. Unique URLs make everything shareable.

- Expose queries (optionally) as JSON endpoints. Great for prototyping APIs and scripts.

- All of the stuff you'd expect in a reporting tool (email reports, logging, favorites, exporting, etc.)

Hope you enjoy!

联系我们 contact @ memedata.com