T
traeai
Sign in

产品

Datasette

别名:datasette.io

用于浏览数据库的开源工具

已跟踪 30 条高相关材料

TraeAI 观察

相关材料

已收录 30 条与 Datasette 相关的内容,按评分排序。

Simon Willison's Weblog 图标

Running Python ASGI apps in the browser via Pyodide + a service worker

Simon Willison's Weblog246 字 (约 1 分钟)
87

By running Python ASGI web applications entirely in the browser using Pyodide and a dedicated service worker, this project intercepts all same-origin requests under `/app/` and executes them against the Python app via the ASGI protocol—removing the need for a backend server except for static files. The mechanism is demonstrated with both a FastAPI demo and the full Datasette app, confirming its generality across ASGI apps.

入选理由:使用 Pyodide + Service Worker 实现 ASGI 协议在浏览器内端到端执行,拦截 `/app/` 下所有同源请求并转发至 Python 应用。

FeaturedArticle#Pyodide#ASGI#Service Worker#Datasette#WebAssembly英文
Simon Willison's Weblog 图标

Creepy crawlies

Simon Willison's Weblog278 字 (约 2 分钟)
85

恶意爬虫消耗git.kernel.org服务器14个CPU核心资源,远超合法访问需求,需加强反爬虫策略。

入选理由:恶意爬虫消耗14个CPU核心渲染提交记录,占服务器资源的70%。

FeaturedArticle#爬虫#服务器优化#AI伦理#Linux内核英文
DOOMQL

DOOMQL

Simon Willison's Weblog490 字 (约 2 分钟)
85

SQLite被用作游戏引擎实现Doom-like游戏,结合GPT-5.6 Sol和Datasette展示AI驱动的数据库应用创新。

入选理由:SQLite可作为游戏引擎实现完整游戏逻辑,包括碰撞检测和像素渲染

FeaturedArticle#SQLite#AI#游戏开发#Datasette#GPT中英混合
Simon Willison's Weblog 图标

datasette 1.0a35

Simon Willison's Weblog365 字 (约 2 分钟)
85

Datasette 1.0a35 新增了创建和修改数据库表的界面及 API,提升了数据探索和发布的功能。

入选理由:Datasette 1.0a35 新增了创建表的界面和 /<database>/-/create JSON API。

FeaturedArticle#Datasette#数据库工具#开源#数据探索英文
Datasette Apps: Host custom HTML applications inside Datasette

Datasette Apps: Host custom HTML applications inside Datasette

Simon Willison's Weblog1931 字 (约 8 分钟)
85

Datasette Apps 允许在 Datasette 中运行自定义 HTML 应用,通过沙箱机制保障安全,同时提供强大功能。

入选理由:Datasette Apps 使用 <iframe sandbox> 技术实现安全隔离,限制访问 cookies 和 localStorage。

FeaturedArticle#Datasette#HTML#JavaScript#iframe#SQL英文
datasette 1.0a31

datasette 1.0a31

Simon Willison's Weblog134 字 (约 1 分钟)
85

Datasette 1.0a31 新增支持执行写入 SQL 和保存存储查询功能,提升数据库交互能力。

入选理由:Datasette 1.0a31 允许用户执行写入 SQL 操作,需具备相应权限。

FeaturedArticle#Datasette#SQL#数据库#开源工具英文
Simon Willison's Weblog 图标

Datasette Agent

Simon Willison's Weblog646 字 (约 3 分钟)
85

Datasette Agent is the first LLM-powered AI assistant for Datasette, enabling conversational data querying and chart generation via Gemini 3.1 Flash-Lite model with plugin extensibility.

入选理由:Datasette Agent通过Gemini 3.1 Flash-Lite模型实现低成本快速SQL查询,支持对话式数据检索

FeaturedArticle#Datasette#LLM#AI Assistant#SQLite#Gemini英文
datasette-agent 0.1a4

Release: datasette-agent 0.1a4

Simon Willison's Weblog71 字 (约 1 分钟)
75

Datasette Agent 0.1a4 integrates with a new JS plugin hook to enable launching an AI chat interface via shortcut key for enhanced data analysis interaction.

入选理由:新增 makeJumpSections() 钩子实现在跳转菜单中启动 AI 聊天功能

FeaturedArticle#Datasette#AI Agent#JavaScript Plugin英文
datasette 1.0a30

Release: datasette 1.0a30

Simon Willison's Weblog117 字 (约 1 分钟)
75

Datasette 1.0a30 introduces a customizable "Jump to" menu for improved navigation and plugin extensibility.

入选理由:新增“跳转到”菜单可通过键盘 / 触发,提升数据库浏览体验。

FeaturedArticle#Datasette#Database#Web Tool#Plugin System英文
Fun new feature in Datasette 1.0a30 - a "jump to" menu, also available by the "/" keyboard shortcut,...

Datasette 1.0a30 introduces a "jump to" menu accessible via the "/" shortcut, enabling quick navigation to databases, tables, or queries, and supports plugin extensions.

入选理由:新增“jump to”菜单可通过“/”快捷键激活,提升导航效率。

FeaturedTweet#Datasette#Web Tool#Database#User Experience#Plugin System英文
Simon Willison(@simonw) 图标

The first alpha version of Datasette Agent has been released, which is a conversational AI assistant for Datasette that can answer questions about data in SQLite databases and supports plugin extensions. This tool introduces natural language query capabilities into SQLite data analysis scenarios, providing new interaction methods for data exploration.

入选理由:Datasette Agent是首个面向Datasette的对话AI助手

FeaturedTweet#Datasette#AI Assistant#SQLite#Data Query英文
Simon Willison(@simonw) 图标

Datasette Agent is officially released as the first extensible AI assistant for Datasette, built on over three years of LLM Python library development experience, providing intelligent support for data querying and analysis.

入选理由:Datasette Agent是首个面向Datasette的可扩展AI助手

FeaturedTweet#Datasette#AI Assistant#Python#Data Querying英文
Simon Willison's Weblog 图标

Release: datasette-ip-rate-limit 0.1a0

Simon Willison's Weblog270 字 (约 2 分钟)
75

Simon Willison released datasette-ip-rate-limit 0.1a0 to provide IP-based rate limiting for Datasette requests.

入选理由:使用 Codex 构建可配置的速率限制插件

FeaturedArticle#Datasette#Rate Limiting中文
Simon Willison's Weblog 图标

Release: datasette 1.0a29

Simon Willison's Weblog166 字 (约 1 分钟)
75

datasette 1.0a29 released with new utility methods and bug fixes.

入选理由:新增 TokenRestrictions.abbreviated 方法创建 '_r' 字典。

FeaturedArticle#datasette#open source#data exploration英文
在脚本的shebang行中使用LLM

Using LLM in the shebang line of a script

AI HOT 精选415 字 (约 2 分钟)
75

Using LLM in the shebang line of a script is an innovative practice that enables more flexible command execution and tool integration.

入选理由:通过shebang行使用LLM可以生成SVG图像。

FeaturedArticle#LLM#Shebang#CLI Tools#Script Programming英文
Simon Willison's Weblog 图标

Using LLM in the shebang line of a script

Simon Willison's Weblog232 字 (约 1 分钟)
75

LLM can be used directly in the shebang line of a script, supporting tool calls and complex template processing, but use with caution.

入选理由:LLM 支持在 shebang 中定义工具并执行计算。

FeaturedArticle#LLM#shebang#script#tool calls英文
Simon Willison's Weblog 图标

Release: datasette-fixtures 0.1a0

Simon Willison's Weblog186 字 (约 1 分钟)
72

datasette-fixtures 0.1a0 provides a way to populate test databases, streamlining plugin development workflows.

入选理由:该插件基于 Datasette 1.0a30 的新 API 构建,支持 fixture 数据库表创建。

FeaturedArticle#Datasette#Python#Testing#Plugin Development英文
Simon Willison's Weblog 图标

<click-to-play> — a still that plays

Simon Willison's Weblog256 字 (约 2 分钟)
70

本文介绍了一个名为 <click-to-play> 的 Web 组件,用于按需加载 GIF,提升网页性能。

入选理由:<click-to-play> 组件通过点击触发 GIF 加载,避免了自动加载大文件。

FeaturedArticle#Web Components#性能优化#GIF 加载英文
Simon Willison's Weblog 图标

datasette 1.0a37

Simon Willison's Weblog216 字 (约 1 分钟)
65

datasette 1.0a37发布,主要改进权限系统性能和文档,修复API变更问题。

入选理由:权限系统性能和文档在本次更新中得到优化

FeaturedArticle#datasette#开源#权限系统#软件发布中英混合
Simon Willison's Weblog 图标

datasette-tailscale 0.1a0

Simon Willison's Weblog241 字 (约 1 分钟)
65

datasette-tailscale 0.1a0 是一个实验性插件,允许在 Tailscale 网络上运行 Datasette 实例。

入选理由:datasette-tailscale 0.1a0 是一个实验性插件,使用 Python 绑定 tailscale-rs 库。

FeaturedArticle#Datasette#Tailscale#Python#网络插件英文
Simon Willison's Weblog 图标

Release: datasette-llm 0.1a7

Simon Willison's Weblog237 字 (约 1 分钟)
65

datasette-llm 0.1a7 releases a standardized LLM configuration layer for the Datasette ecosystem, enabling plugins to share default model parameters (e.g., model name, temperature) to improve reusability and consistency of AI features.

入选理由:datasette-llm 0.1a7 提供标准化 LLM 配置接口,供其他插件依赖使用。

FeaturedArticle#Datasette#LLM#plugin#AI integration#configuration英文
Simon Willison's Weblog 图标

Release: datasette-referrer-policy 0.1

Simon Willison's Weblog319 字 (约 2 分钟)
62

Simon Willison released datasette-referrer-policy 0.1 to solve OpenStreetMap tile loading failures caused by Datasette's default 'no-referrer' policy, enabling configurable HTTP header control without breaking defaults.

入选理由:Datasette 默认设置 Referrer-Policy: no-referrer 会阻止 OpenStreetMap 地图瓦片加载,需手动调整。

FeaturedArticle#Datasette#Referrer-Policy#OpenStreetMap#HTTP#Plugin英文
Simon Willison's Weblog 图标

OPFS + Pyodide test harness

Simon Willison's Weblog229 字 (约 1 分钟)
60

文章介绍了一个基于 OPFS 和 Pyodide 的测试工具,用于在浏览器中运行 Python Datasette 应用并编辑本地 SQLite 文件。

入选理由:OPFS 用于在浏览器中访问用户的本地文件系统。

FeaturedArticle#Pyodide#OPFS#Datasette#WebAssembly英文
Simon Willison's Weblog 图标

datasette-acl 0.6a0

Simon Willison's Weblog216 字 (约 1 分钟)
60

datasette-acl 0.6a0 发布,新增高级权限管理功能,但文章内容信息密度较低。

入选理由:datasette-acl 0.6a0 支持更精细的资源访问控制。

FeaturedArticle#Datasette#权限管理#Python英文
datasette-agent 0.1a3

Release: datasette-agent 0.1a3

Simon Willison's Weblog82 字 (约 1 分钟)
50

datasette-agent 0.1a3 is released, but the article focuses heavily on ads and sponsorship with minimal technical details.

入选理由:datasette-agent 0.1a3 是 Datasette 的代理扩展新版本,但具体功能未详细说明

FeaturedArticle#Datasette#Python#Open Source英文
datasette-agent-charts 0.1a2

Release: datasette-agent-charts 0.1a2

Simon Willison's Weblog83 字 (约 1 分钟)
50

Simon Willison announced the alpha release of datasette-agent-charts 0.1a2, but the article contains minimal technical details and is dominated by advertising and sponsorship content.

入选理由:datasette-agent-charts 0.1a2 是 alpha 阶段的实验性版本,尚未提供完整功能说明

FeaturedArticle#Datasette#Python#Web Development#Open Source英文

跨材料问答 · Datasette

回答基于:Datasette 相关 30 条材料
    0 / 500

    AI may generate inaccurate information. Please verify important content.