Saturday, January 18, 2025
Show HN: Billion Cell Spreadsheets with Incremental Computation https://ift.tt/YGRowjP
Show HN: Billion Cell Spreadsheets with Incremental Computation I figured this might be interesting for some here. This is a demo we built to showcase computation with Feldera (SQL compiled to Rust circuits that evaluate input incrementally): https://ift.tt/EGN1VhB The gist of it is that if you update a cell, we incrementally update the spreadsheet which means we will only emit a minimal amount of changes for the cells affected by your update. The nice thing about it is that this is something that Feldera does automatically (and it would do that for any SQL that you end up writing, so it doesn't have to be a spreadsheet, but a spreadsheet is a nice example that everyone understands and knows about). There is a more detailed explanation in this video https://www.youtube.com/watch?v=ROa4duVqoOs if you're interested what's going on under the hood -- or if you prefer reading about it we have an article series that goes over all the parts of the demo 1. Feldera SQL (gets compiled to Rust) https://ift.tt/OyslnBW 2. API server (Rust/Axum hosted on fly.io) https://ift.tt/ASI6Wpv 3. egui web Client (Rust compiled to WebAssembly) https://ift.tt/DUyMJmv https://xls.feldera.io January 18, 2025 at 11:52PM
Labels:
Hacker News
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment