ryzhyk.bsky.social
@ryzhyk.bsky.social
CTO @ feldera.com, the incremental compute engine for AI, ML and data teams.

A researcher in programming languages, databases, systems, networks, and formal verification
Reposted
📢 Webinar - 6/18 at 9am PST!
Stop re-running complex recursive queries when your graph data changes. Feldera incrementally evaluates recursive graph computations. Learn to easily build these mechanisms with #SQL, without the hassle of constant recomputation.
tinyurl.com/rb5my7d8
June 11, 2025 at 10:13 PM
Reposted
We’ll be at the #Databricks Data + AI Summit in SF next week (6/9–12).

If you’re around and want to chat about how incremental computing can make your #SparkSQL workloads go from hours to seconds — let’s connect.

Grab some time here: calendly.com/matt-feldera...

#DataAISummit #DataEngineering
June 5, 2025 at 8:47 PM
Reposted
🧵1/ Real-Time Medallion, No Re-Architecture Required.

A customer came to us with a classic Medallion setup: Spark + Delta Lake, batch jobs moving data from bronze to gold. It worked—until users started asking for fresher insights.
May 28, 2025 at 11:33 PM
Reposted
Learn how to transform your slow batch jobs into real-time, always-up-to-date insights with our new user guide for converting Spark jobs to incremental Feldera pipelines.
www.feldera.com/blog/warpspeed
May 8, 2025 at 3:21 PM
Reposted
It's a wonderful time to join us at @feldera.bsky.social! 🚀

If you're a systems engineer who loves working on data-intensive systems and is fluent in Rust, Kubernetes, Docker and cloud tech, do apply!

jobs.ashbyhq.com/feldera/9754...
Software Engineer: Cloud
Software Engineer: Cloud
jobs.ashbyhq.com
May 2, 2025 at 10:41 PM
Reposted
It's unthinkable that we've cut pipeline compilation times for our users by a factor of 15, but we did!

Want to learn more about how we made this possible?

Check out a new blog by @zgerd.bsky.social :

www.linkedin.com/feed/update/...
#rust #compilationtimes #incrementalcompute | Feldera
It's unthinkable that we've cut pipeline compilation times for our users by a factor of 15, but we did! Want to learn more about the Rust compilation hacking that made this possible? Check o...
www.linkedin.com
April 17, 2025 at 12:41 AM
Reposted
Join us for an in-depth webinar on how Feldera transforms batch analytics with its incremental computation engine.
Register shorturl.at/zQTLu

Wednesday, April 9th at 9am PST, 12pm EST
March 28, 2025 at 4:34 PM
🛠️ Our new user guide describes how to convert a Spark batch job into an incremental Feldera pipeline: docs.feldera.com/use_cases/ba....
March 24, 2025 at 3:58 PM
Reposted
Listen to @thegeeknarrator.bsky.social podcast! @feldera.bsky.social CEO, @lalithsuresh.bsky.social, discusses Feldera's approach to incremental view maintenance and the foundational breakthrough -- DBSP -- that powers it, engine internals, storage, handling late events.

youtu.be/GpcIoABwF60?...
Powering Incremental Compute with Mathematics - Feldera
YouTube video by The Geek Narrator
youtu.be
March 17, 2025 at 5:26 PM
Reposted
If you're attending the Fintech Meetup next week in Las Vegas, come find @feldera.bsky.social at the startup lounge (Booth S6).

We want to meet you!
March 6, 2025 at 8:19 PM
Reposted
Last month, we announced S3 support for our pipelines.

Today, we're making it real: You can now try it out directly in the online sandbox.

No SQL changes are needed—tweak a bit of JSON in your pipeline settings, and you're set.

www.feldera.com/blog/leverag...
March 5, 2025 at 7:37 PM
Reposted
@feldera.bsky.social v0.38 release - packed with improvements:

- A new redis output connector, easily and efficiently send data to the popular KV-store.

- Support for input connector orchestration so you can easily manage complex backfill scenarios

Learn more: www.feldera.com/blog/increme...
February 26, 2025 at 8:27 PM
Reposted
Are you OTel Curious? Feldera Engineer Abhinav Gyawali breaks down how to compute on streams of OTel data using Feldera.
If you're looking to build your own observability solutions, check out this blog!

www.feldera.com/blog/opentel...
From Traces to Insights: How to Analyze OpenTelemetry Data in Real-Time with SQL
Analyzing OpenTelemetry data to generate insightful visualizations using Feldera.
www.feldera.com
February 13, 2025 at 8:59 PM
Reposted
Hello v0.37, what's new?

Storage: Bloom filters, file compression, smarter data management, a configurable memory cache.

Code Generation: Avoids data duplication & optimizes outer joins.

Runtime Optimizations: Data is stored, handled internally, for the better.
www.feldera.com/blog/increme...
February 13, 2025 at 4:15 PM
Reposted
You can learn more about Feldera's capabilities in our interactive sandbox environment. No commitment, just pure exploration.

Take the first step towards faster, more efficient data processing.
try.feldera.com
try.feldera.com
February 10, 2025 at 8:01 PM
Reposted
📢 S3-backed Pipelines coming to Feldera!

🚀Handle datasets larger than local storage with ease using Amazon S3, Google Cloud Storage, or Azure Blob Store.

Unprecedented scalability for real-time & batch processing.

Preview for Enterprise users in Feb!
www.feldera.com/blog/s3-back...
Announcing S3-backed Pipelines
S3-backed pipelines allow your incremental compute pipelines to use zero disks and scale far beyond typical local storage sizes.
www.feldera.com
February 4, 2025 at 12:19 AM
Reposted
Feldera v0.36 is here:

-📈 runtime & compilation performance for big programs & complex SQL schemas
-Optimized LEFT JOINs for ⬇️memory usage & ⬆️throughput
-Data compression capabilities for ⬆️storage $
-Multiway merging strategy for improved LSM-tree mgmt
www.feldera.com/blog/increme...
Incremental Update 15 at Feldera
Big records and JSON!
www.feldera.com
January 28, 2025 at 11:08 PM
Reposted
Unlike traditional databases that slow down with data growth, our fully automatic incremental computation maintains consistent performance. Ideal for both batch and real-time data processing.
Learn more about steady performance as your #data grows!
www.feldera.com/blog/batch-p...

#datastreaming
Implementing Batch Processes with Feldera
Implementing Batch Processes with Feldera
www.feldera.com
January 22, 2025 at 9:06 PM
Reposted
Have you heard of fine-grained authorization (FGA)? It uses a lot of compute, which makes it expensive. But with Feldera, you can implement it more cheaply using incremental computation. See the full story in the @feldera.bsky.social blog at: www.feldera.com/blog/fine-gr...
Solving Fine-Grained Authorization by Turning the Problem on its Head
Build a high-performance policy engine with only a few lines of SQL.
www.feldera.com
January 15, 2025 at 6:46 PM
Reposted
We've posted two exciting new use cases to our documentation

🔐 a policy engine for fine-grained authorization

🚀 building live and real-time web applications

We have also improved HTTP performance and sprinkled in some SQL compiler bug fixes.
www.feldera.com/blog/increme...
Incremental Update 14 at Feldera
Updated documentation, faster HTTP ingest and SQL fixes!
www.feldera.com
January 13, 2025 at 8:18 PM
Reposted
Federa Tutorial: Building a Billion-Cell Spreadsheet: create a fully functional, scalable spreadsheet web application using just 100 lines of SQL!
www.youtube.com/watch?v=ROa4...
Feldera Webinar: Incremental Billion Cell Spreadsheets
YouTube video by Feldera, Inc.
www.youtube.com
January 9, 2025 at 5:00 PM
How about a billion-cell online spreadsheet built with <300 lines of SQL+Rust!
We're doing a webinar this week on building real-time web apps! Join us on the 8th to see @zgerd.bsky.social build a billion-cell spreadsheet app using Feldera in 100 lines of SQL and some Rust (recursive SQL and Rust UDFs ftw!)
Feldera Webinar: Incremental Billion Cell Spreadsheets
Join our Feldera Webinar to learn how to build a real-time application that can scale effortlessly!
www.eventbrite.com
January 6, 2025 at 8:01 PM
Reposted
Tired of slow batch processing as your data grows? @felderainc 's incremental processing maintains lightning-fast performance no matter your data size. Perfect for batch, real-time, or hybrid processing needs! ⚡️
www.feldera.com/blog/batch-p...
December 18, 2024 at 10:52 PM
Reposted
🚀 Tech wizards!
Join our webinar on building apps for billion-cell spreadsheets.
Learn to create a spreadsheet app in 100 lines of SQL, explore Feldera's incremental engine, and dive into advanced SQL.
Jan 8, 9-10 am PST. Register below:
www.eventbrite.com/e/feldera-we...
Feldera Webinar: Incremental Billion Cell Spreadsheets
Join our Feldera Webinar to learn how to build a real-time application that can scale effortlessly!
www.eventbrite.com
December 17, 2024 at 7:56 PM