Mehul Arora's Avatar

Mehul Arora

@infiniteregrets.bsky.social

18 Followers  |  40 Following  |  9 Posts  |  Joined: 30.07.2023  |  2.1148

Latest posts by infiniteregrets.bsky.social on Bluesky

s2.dev got a refresh ✨

05.08.2025 18:53 β€” πŸ‘ 6    πŸ” 2    πŸ’¬ 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

Package: www.npmjs.com/package/@s2-...
Docs: s2.dev/docs/integra...

28.05.2025 16:33 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Video thumbnail

We were inspired by Vercel's take on resumable streams in the Chat SDK, and thought β€” what if we took it a step further with S2?

With the @s2-dev/resumable-stream npm package, you can use S2 as the backend for stream resumption in AI chat applications.

28.05.2025 16:28 β€” πŸ‘ 2    πŸ” 2    πŸ’¬ 1    πŸ“Œ 0

S2 is starting to do some really interesting stuff…

16.05.2025 19:16 β€” πŸ‘ 4    πŸ” 3    πŸ’¬ 0    πŸ“Œ 0

S2 now supports timestamps! πŸ•°οΈ

How we made streams understand time: s2.dev/blog/timesta...

14.05.2025 15:21 β€” πŸ‘ 17    πŸ” 9    πŸ’¬ 0    πŸ“Œ 0
Video thumbnail

Adding a familiar tail command to the @s2.dev CLI felt natural!

Some folks have compared Stream Store to a "serverless named pipe." It's an intuitive analogy, and here are some ways S2 is so much more:

- Record-oriented
- Durable on object storage
- Built-in concurrency control

02.05.2025 18:17 β€” πŸ‘ 4    πŸ” 2    πŸ’¬ 0    πŸ“Œ 0
Video thumbnail

Create streams on the fly with ease. Just turn on this setting for your basin.

@s2.dev

03.04.2025 18:32 β€” πŸ‘ 4    πŸ” 5    πŸ’¬ 0    πŸ“Œ 0
Preview
DST for async Rust Taming distributed systems with deterministic simulation testing.

I blogged about our DST journey with @s2.dev s2.dev/blog/dst

02.04.2025 16:12 β€” πŸ‘ 18    πŸ” 10    πŸ’¬ 0    πŸ“Œ 0
Video thumbnail

The S2 CLI makes it super easy to manage basins and streams - but now you can also do a lot from within the dashboard!

@s2.dev

02.04.2025 11:35 β€” πŸ‘ 4    πŸ” 3    πŸ’¬ 0    πŸ“Œ 0

just added an Accessibility page talking about what Wizard Zines has been doing to make things more accessible for screen reader users wizardzines.com/accessibility/

25.03.2025 15:26 β€” πŸ‘ 94    πŸ” 12    πŸ’¬ 3    πŸ“Œ 1
Serverless primitives for the shared log architecture

Just watched @sbalogh.bsky.social HYTRADBOI talk and I love the idea behind @s2.dev: using a stream as your database ✨ The simplicity of the API/concepts is going to make it accessible to teams who'd otherwise have to reach for ~kafka to get a similar architecture

www.hytradboi.com/2025/f2cc03c...

21.03.2025 13:28 β€” πŸ‘ 10    πŸ” 3    πŸ’¬ 0    πŸ“Œ 0
Preview
Announcing the Bytewax Connector for S2! – bytewax We’re excited to introduce the Bytewax connector for S2 (Stream Store). S2’s philosophyβ€”that **the stream deserves to...

Bytewax connector for @s2.dev is out now!

bytewax.io/blog/s2-conn...

04.03.2025 20:38 β€” πŸ‘ 4    πŸ” 3    πŸ’¬ 0    πŸ“Œ 0

I have a talk about S2 at HYTRADBOI this friday! www.hytradboi.com/2025/

26.02.2025 21:12 β€” πŸ‘ 5    πŸ” 2    πŸ’¬ 1    πŸ“Œ 0
Building a KV-store with S2
● Multi-primary, horizontally scalable, distributed KV-store
● All writes regionally durable
● Linearizable reads from all replicas
https://github.com/s2-streamstore/s2-kv-demo

Building a KV-store with S2 ● Multi-primary, horizontally scalable, distributed KV-store ● All writes regionally durable ● Linearizable reads from all replicas https://github.com/s2-streamstore/s2-kv-demo

Talk 24: "Serverless primitives for the shared log architecture" by Stephen Balogh (@sbalogh.bsky.social)

26.02.2025 05:21 β€” πŸ‘ 9    πŸ” 5    πŸ’¬ 1    πŸ“Œ 1
Preview
GitHub - s2-streamstore/s2-sdk-java: Java SDK for S2 Java SDK for S2. Contribute to s2-streamstore/s2-sdk-java development by creating an account on GitHub.

S2 now has an official Java SDK!

github.com/s2-streamsto...

24.02.2025 19:51 β€” πŸ‘ 4    πŸ” 4    πŸ’¬ 1    πŸ“Œ 0

Is Kafka a log? No

Is a Kafka topic a log? No, the topic-partition is the log.

A Kinesis stream is not a log either. The stream-shard is.

S2 does not bury the core abstraction everyone can get behind. An S2 stream is a log.

23.02.2025 19:43 β€” πŸ‘ 8    πŸ” 1    πŸ’¬ 2    πŸ“Œ 0
Doubling Throughput with Continuous Profiling and Optimization β€œ68.37% of CPU [...] with a one-line code change [...] went down to 31.82%”

πŸ“£ Today on the blog, check out this awesome case study with @s2.dev sharing some of their successes with Polar Signals Cloud (spoiler, they're huge!) 🧊

www.polarsignals.com/blog/posts/2...

11.02.2025 15:58 β€” πŸ‘ 5    πŸ” 2    πŸ’¬ 0    πŸ“Œ 3

On a more personal level, we are honoured that we got to work with @schmizz.net and the rest of the @s2.dev team ahead of their launch and managed to play a small role in their really awesome product!

11.02.2025 16:00 β€” πŸ‘ 8    πŸ” 3    πŸ’¬ 0    πŸ“Œ 0

I absolutely love seeing our customers use our product to make theirs better! Check out our block to learn how @s2.dev did just that

11.02.2025 16:08 β€” πŸ‘ 3    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Preview
Bento - S2

Really excited to announce @s2.dev components for Bento πŸŽ‰
You can now integrate S2 streams as inputs and outputs in your pipelines.

Get started: s2.dev/docs/integra...

11.02.2025 13:37 β€” πŸ‘ 2    πŸ” 3    πŸ’¬ 0    πŸ“Œ 0
Blazing-fast IoT data pipeline for infrared monitoring Homebrew project to monitor shared spaces using an infrared thermal imaging sensor and S2.

You can easily power your next IoT project's data streaming pipeline with S2, and I wrote a blogpost showing exactly how you can do it!

s2.dev/blog/iot

31.01.2025 19:07 β€” πŸ‘ 5    πŸ” 4    πŸ’¬ 0    πŸ“Œ 1

@infiniteregrets is following 20 prominent accounts