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英文
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英文
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 图标

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英文
Simon Willison's Weblog 图标

May 2026 newsletter

Simon Willison's Weblog122 字 (约 1 分钟)
45

Simon Willison's May newsletter summary covers AI cost increases and Anthropic's performance, but lacks technical depth, unsuitable for deep engineer reading.

入选理由:AI服务成本显著上升,影响开发者预算。

FeaturedArticle#AI#Newsletter#Datasette#Anthropic英文
Simon Willison's Weblog 图标

Release: datasette 1.0a32

Simon Willison's Weblog226 字 (约 1 分钟)
45

datasette 1.0a32 is a minor bugfix release of an open-source multi-tool for exploring and publishing data, fixing bugs in `INSERT ... RETURNING` queries via the new `/db/-/execute-write` endpoint and several `base_url` issues discovered during Service Workers experimentation.

入选理由:datasette 1.0a32 是 1.0 预览版中的第 32 次 alpha 发布,属于 minor bugfix release(次要修复版)

FeaturedArticle#datasette#open-source tool#data publishing#SQLite英文
Simon Willison's Weblog 图标

Release: datasette-llm-accountant 0.1a4

Simon Willison's Weblog190 字 (约 1 分钟)
45

datasette-llm-accountant 0.1a4 is a minor tool for tracking LLM usage costs in Datasette, with only a bug fix for response chain tracking and no new features or architectural innovation, making it a low-information release note.

入选理由:datasette-llm-accountant 0.1a4 修复了响应链追踪的 Bug(issue #7)。

FeaturedArticle#datasette#LLM#cost-accounting英文
Simon Willison's Weblog 图标

Release: datasette-agent-sprites 0.1a0

Simon Willison's Weblog178 字 (约 1 分钟)
40

Simon Willison released the datasette-agent-sprites 0.1a0 plugin, enabling command execution in Fly Sprites sandboxes.

入选理由:新插件datasette-agent-sprites 0.1a0支持在Fly Sprites沙盒执行命令

FeaturedArticle#Datasette#Fly Sprites#Sandboxing英文
Simon Willison(@simonw) 图标

More details on the Datasette blog: https://t.co/idkvkGECar

Simon Willison(@simonw)45 字 (约 1 分钟)
30

This tweet is merely a repost of a blog update with no substantive technical content or depth, offering limited informational value.

入选理由:推文没有提供任何具体内容,无法提取技术要点。

FeaturedTweet#Datasette#Blog Update英文

跨材料问答 · datasette

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

    AI may generate inaccurate information. Please verify important content.