Data streaming
pylitestream ( a python library) is an O(1) memory-bounded streaming engine that prevents Out-Of-Memory (OOM) crashes on edge devices. By vaporizing data chunks post-execution and using backward buffer-scanning, it processes terabytes of CSVs, live APIs, and video directly on Android smartphones without ever overloading physical RAM.
Firestore-like realtime document subscriptions for MongoDB via WebSockets and Change Streams.
A lightweight C daemon that connects to a remote SeedLink server as a client, decodes incoming MiniSEED records, and re-broadcasts the raw seismic samples in the ZejfSeis protocol format. This allows the ZejfSeis visualization software to display real-time seismic waveforms from any SeedLink-compatible source.
Distributed, event-driven notification platform on Redis Streams — at-least-once delivery, idempotency, multi-language push via FCM.
Lightweight Rust event indexer for Sui streams filtered chain data over gRPC with cursor persistence and gap backfill. A zero-infra replacement for the deprecated suix_queryTransactionBlocks / suix_queryEvents JSON-RPC.
Mafia simulator with a custom A2A communication protocol, pluggable heuristic/LLM agents, and a live WebSocket streaming server.
Stream any command's output live over HTTP — watch from a browser or curl, on your LAN or the public internet via Tailscale.
Data streaming runtime focused on performance, consistency, and extensibility. Write plugins in Rust or WASM and process data with data guarantees.
A live perception layer for browser agents that turns UIs into streaming state graphs and semantic events in real time
Distributed benchmarking platform for algorithmic matching engines. Submit C++/Rust/Go code — Forge compiles it in hardened containers, stress-tests with a bot fleet, validates against a reference orderbook, and streams live scores via WebSocket.
Docker-based Apache Spark learning materials with hands-on notebooks for Spark SQL, streaming, tuning, internals, and log analysis.
tail -f for PostgreSQL — stream row changes to the terminal in real time
Real-time Effect span streaming to frontend UIs. Stream traces from any backend to React with zero overhead.