TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Seafowl – CDN-friendly analytical database

3 pointsby mildbyteover 2 years ago

1 comment

mildbyteover 2 years ago
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>