Skip to content
#

streaming-data

Here are 491 public repositories matching this topic...

Readyset is a MySQL and Postgres wire-compatible caching layer that sits in front of existing databases to speed up queries and horizontally scale read throughput. Under the hood, ReadySet caches the results of cached select statements and incrementally updates these results over time as the underlying data changes.

  • Updated Oct 10, 2025
  • Rust

A lightweight utility for Node.js projects that accumulates items into fixed-size batches per key, preserving insertion order within each key. Streams items directly into their respective batches at runtime, eliminating the overhead of post-processing 1D arrays into chunks. It abstracts key-based batch management.

  • Updated Oct 10, 2025
  • TypeScript

Improve this page

Add a description, image, and links to the streaming-data topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the streaming-data topic, visit your repo's landing page and select "manage topics."

Learn more