Remix.run Logo
gpsmsn an hour ago

Love the landing page design! I'm excited to give it a whirl this evening.

Initially, I started to compare PicoMQ to https://github.com/s2-streamstore/s2. If you're familiar with them, how would you compare PicoMQ to S2?

adesh_nalpet 30 minutes ago | parent [-]

Thank you! I'd say pretty close. But S2 is not open source, and the OSS version (https://github.com/s2-streamstore/s2) is S2-Lite, which is single-node only and uses SlateDB.

SlateDB is great, but it's not purpose-built for streaming workloads. With PicoMQ, the goal is to really do one thing well. It would have been far easier to just extend SlateDB, but instead, the S3Stream engine is built from the ground up with AutoMQ's core primitives.

Not to mention, Pico supports multi-node/cluster deployments and a bunch of other features (no feature gating).