Show HN: Litelink β local-first, embedded stream capture into Iceberg tableshttps://github.com/nhobin219/litelink
Show HN: litelink - local-first, embedded stream capture into Iceberg tables Hi HN! I just wanted to share litelink a local-first, embedded capture library I built in python (code is heavily AI generated but designed and reviewed by yours truly). Litelink supports a single writer per stream. I've been doing a lot of development and deployments on tiny VMs (2 vCPU, 8GB, 50-100GB disk) and didn't want the complexity or cost of managing central brokers (Kafka), databases (Postgres), and CDC/connectors just to get queryable WebSocket stream capture running. With litelink, you configure a log in cβ¦