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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Seafowl – CDN-friendly analytical database

3 点作者 mildbyte超过 2 年前

1 comment

mildbyte超过 2 年前
Hey HN,<p>A new project from us at Splitgraph: Seafowl, a database that&#x27;s optimized for Web applications running analytical SQL queries straight from the user&#x27;s browser. Used to power interactive visualizations and dashboards. Features:<p>- Fast: written in Rust and uses Apache DataFusion. About 5-10x faster than PostgreSQL (some benchmarks available at [1])<p>- Light: single 50MB binary that starts in 10ms<p>- Extensible: write user-defined functions in anything that compiles to WASM<p>- Cache-friendly: REST API designed to work well with CDNs like Cloudflare or caches like Varnish (as well as the user&#x27;s browser cache).<p>- Demo of Seafowl providing data to an Observable notebook here [2] (press F12 and refresh the page to see caching in action)<p>Happy to answer any questions!<p>[1] <a href="https:&#x2F;&#x2F;observablehq.com&#x2F;@seafowl&#x2F;benchmarks" rel="nofollow">https:&#x2F;&#x2F;observablehq.com&#x2F;@seafowl&#x2F;benchmarks</a><p>[2] <a href="https:&#x2F;&#x2F;observablehq.com&#x2F;@seafowl&#x2F;interactive-visualization-demo" rel="nofollow">https:&#x2F;&#x2F;observablehq.com&#x2F;@seafowl&#x2F;interactive-visualization-...</a>