gbram
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Show HN: Streamhouse – all-in-one event streaming for startups (streamhouse.app)
Hey HN, I'm building StreamHouse — an event streaming platform where you get Kafka-style streaming, a schema registry, SQL queries, and pipeline sinks without managing five separate services. Storage is S3 instead of…
- Show HN: StreamHouse – Open-source Kafka alternative (github.com)
Hey HN, I built StreamHouse, an open-source streaming platform that replaces Kafka's broker-managed storage with direct S3 writes. The goal: same semantics, fraction of the cost. How it works: Producers batch and…
-
Hey HN, I built StreamHouse, an open-source streaming platform that replaces Kafka's broker-managed storage with direct S3 writes. The goal: same semantics, fraction of the cost. How it works: Producers batch and…
- Show HN: Hivemind – A shared coordination layer for AI agents (hivemindai.dev)
I've been running multiple AI agents (Claude Code, Cursor, Codex) on the same codebase and kept hitting the same problem: they have no idea what each other are doing. Agent A refactors the auth module while Agent B is…