Mehul Arora's Avatar

Mehul Arora

@infiniteregrets

24
Followers
46
Following
22
Posts
30.07.2023
Joined
Posts Following

Latest posts by Mehul Arora @infiniteregrets

Preview
Apply - S2 Declaratively create or reconfigure basins and streams from a spec file

`s2 apply`: s2.dev/docs/cli/app...

04.03.2026 18:35 👍 1 🔁 0 💬 0 📌 0
Terraform Registry

Terraform provider: registry.terraform.io/providers/s2...

04.03.2026 18:35 👍 0 🔁 0 💬 0 📌 0
Video thumbnail

There's two new ways to manage S2 as code! The Terraform provider lets you manage resources with full lifecycle support. Available on the Terraform Registry at s2-streamstore/s2.

Or you can use the CLI by `s2 apply` which takes a declarative JSON spec and creates/reconfigures specified resources.

04.03.2026 18:35 👍 3 🔁 2 💬 2 📌 0
Video thumbnail

The s2.dev dashboard now has a Data Plane studio to make it convenient to work with streams. You can:
-Do one-shot reads, live tail from any stream, start from an offset, seq no., or timestamp
-Append records in multiple modes
-Run stream commands
-Inspect records with command record aware rendering

27.02.2026 22:16 👍 3 🔁 2 💬 0 📌 0
Preview
General availability & our seed round S2 is now GA. Plus, $3.85M in seed funding led by Accel.

The S2 cloud service is now GA!

We also raised a $3.85M seed round led by Accel with participation from Y Combinator, and other funds and angels like @t3.gg @chris.blue @fulmicoton.bsky.social

s2.dev/blog/ga

25.02.2026 19:08 👍 14 🔁 6 💬 1 📌 0
Preview
GitHub - s2-streamstore/parallax: Distributed multi-agent research engine with dynamic strategy planning, durable stream-based coordination, and controlled synthesis Distributed multi-agent research engine with dynamic strategy planning, durable stream-based coordination, and controlled synthesis - s2-streamstore/parallax

Checkout parallax: github.com/s2-streamsto...

22.02.2026 15:44 👍 0 🔁 0 💬 0 📌 0
Preview
Coordinating adversarial AI agents Durable streams for scalable AI agent coordination and parallel reasoning.

I wrote about it here: s2.dev/blog/distrib...

22.02.2026 15:44 👍 0 🔁 0 💬 1 📌 0
Video thumbnail

It was fun to run multi-agent research cohorts and have them connect over durable streams, making infinitely many reasoning topologies possible!

22.02.2026 15:43 👍 3 🔁 3 💬 1 📌 0
s2 cell architecture diagram

s2 cell architecture diagram

Curious about the architecture of S2? This is how we cook infinite durable streams for you.

16.02.2026 18:42 👍 7 🔁 4 💬 1 📌 0
Preview
GitHub - s2-streamstore/s2: Durable Streams API Durable Streams API. Contribute to s2-streamstore/s2 development by creating an account on GitHub.

It's out! github.com/s2-streamsto...

and then just run: s2 -i

30.01.2026 17:58 👍 1 🔁 0 💬 0 📌 0
Video thumbnail

just got finished no-lifing on building a TUI for s2, wdyt?

30.01.2026 07:22 👍 6 🔁 2 💬 2 📌 0
Video thumbnail

s2-lite is here – an open source @s2.dev Stream Store! It's a single binary you can run anywhere. Powered by SlateDB, so you can point it at an object storage bucket for durable streams with real-time reads. github.com/s2-streamsto...

21.01.2026 16:36 👍 22 🔁 6 💬 1 📌 1
Post image

Thankful to the @s2.dev team for all the progress we made this year! Really excited for 2026.

Some highlights 🧵

27.12.2025 20:50 👍 8 🔁 4 💬 6 📌 0

had a fun time chasing an issue that adding RUST_BACKTRACE=full just OOMKilled one of our pods

12.11.2025 03:32 👍 0 🔁 0 💬 0 📌 0
Video thumbnail

just tried out the real-time TodoMVC example with @livestore.dev + @s2.dev as the durable sync provider, and honestly its crazy how fast it is!

local SQLite, works offline, real-time updates and no complex setup, just works

02.11.2025 03:31 👍 13 🔁 4 💬 1 📌 0
30.09.2025 02:58 👍 3 🔁 3 💬 0 📌 0
Preview
Behind y-s2: serverless multiplayer rooms Powering reliable real-time collaboration with S2

I wrote about it: s2.dev/blog/durable...
Try it here: s2.dev/demos/y-s2?r...

30.09.2025 02:51 👍 1 🔁 0 💬 0 📌 0
Video thumbnail

Excited to share y-s2, an open-source serverless backend for real-time collaborative applications using Yjs and @s2.dev!

30.09.2025 02:51 👍 6 🔁 1 💬 1 📌 1

After a bout of hallucination, I had GPT5 generate some backronyms for itself:
- Generally Pretends Truthfully
- Gullible People’s Trick
- Greatly Pretends Things
- Generated, Probably Twisted
- Guessing, Passing, Tricking
- Good at Pretending Truths
- Generally Produces Tall-tales

01.09.2025 21:14 👍 2 🔁 1 💬 0 📌 0
Preview
Linearizability testing S2 with deterministic simulation How we validate strong consistency

I wrote a bit about how we verify linearizability of @s2.dev using Porcupine! s2.dev/blog/lineari...

26.08.2025 16:45 👍 7 🔁 4 💬 0 📌 0

s2.dev got a refresh ✨

05.08.2025 18:53 👍 6 🔁 3 💬 1 📌 0
Video thumbnail

Our Star Wars quickstart got good feedback, and now you can view the stream from the dashboard too 🫣

This comes in real handy for live debugging and observability — especially in systems built around agentic workflows, microservices, or event sourcing using @s2.dev

01.08.2025 20:11 👍 4 🔁 3 💬 0 📌 0

Music credits: www.youtube.com/watch?v=Ln7q...

IRC in 23 lines of bash with S2 by Stephen Balogh: gist.github.com/infiniteregr...

28.07.2025 23:29 👍 1 🔁 0 💬 0 📌 0
Video thumbnail

@s2.dev can now automatically delete streams where all records have fallen out of retention or it was never written to, based on a configurable time threshold.

The option is called "delete-on-empty" and you can set it up on the default stream configuration for your basin from the dashboard or CLI!

28.07.2025 23:28 👍 6 🔁 3 💬 1 📌 1
screenshot of blog post titled `Stream per agent session`

screenshot of blog post titled `Stream per agent session`

Agents need granular streams. And yes, @s2.dev fits the bill nicely!

s2.dev/blog/agent-s...

01.07.2025 19:35 👍 8 🔁 4 💬 0 📌 0
Preview
GitHub - chucklehead-dev/s2-log Contribute to chucklehead-dev/s2-log development by creating an account on GitHub.

Super cool XTDB plugin from @chuck.cassel.dev, which implements the write-ahead log using @s2.dev streams: github.com/chucklehead-...

26.06.2025 22:10 👍 7 🔁 4 💬 0 📌 0
Post image

Change data capture from Postgres is simple with the right tools. We collaborated with sequinstream.com on an integration so you can use @s2.dev to ship real-time features faster!

24.06.2025 19:01 👍 6 🔁 3 💬 0 📌 0
Video thumbnail

Had a lot of fun with this 😄 – a multiplayer, "instant re-playable" pseudoterminal that uses @s2.dev streams as a transport instead of SSH: s2.dev/blog/s2-term

10.06.2025 23:08 👍 6 🔁 4 💬 0 📌 0

You can now safely share @s2.dev streams directly with end clients like browsers, apps, or agents! No proxying required. Check it out, s2.dev/blog/access-...

03.06.2025 20:23 👍 11 🔁 4 💬 0 📌 1

Kind words from Chris about S2! I felt strongly that we needed to not hitch our wagon to Kafka. It is not even a priority for us, for now. This may seem like a strange analogy... but if Kafka is OLAP, we want to be OLTP. See this demo to understand what I mean: s2.dev/docs/integra...

30.05.2025 15:33 👍 11 🔁 3 💬 1 📌 0