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
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
You can also specify the record timestamp yourself at a finer granularity, e.g. microseconds, you'd just need to configure the stream accordingly s2.dev/blog/timesta...
27.02.2026 12:12
๐ 1
๐ 0
๐ฌ 0
๐ 0
As this should be straightforward to do on the client-side, that's what we'd probably suggest! All records have a millisecond-granularity timestamp, so you can pace your processing accordingly (relative to first timestamp processed) even if more have been received already.
27.02.2026 12:10
๐ 1
๐ 0
๐ฌ 1
๐ 0
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
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
Architecture - S2
s2.dev/docs/archite...
16.02.2026 18:46
๐ 0
๐ 0
๐ฌ 0
๐ 0
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
just got finished no-lifing on building a TUI for s2, wdyt?
30.01.2026 07:22
๐ 6
๐ 2
๐ฌ 2
๐ 0
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
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
S2 is now SOC 2 Type II compliant!
We are committed to continuously improving our security posture.
17.12.2025 19:19
๐ 1
๐ 0
๐ฌ 0
๐ 0
We are at SyncConf SF! Find us or DM if you wanna chat streams (or logs if you prefer!)
12.11.2025 17:59
๐ 3
๐ 2
๐ฌ 0
๐ 0
@s2.dev YC-launched today!
www.ycombinator.com/launches/OnP...
09.11.2025 06:27
๐ 10
๐ 2
๐ฌ 1
๐ 0
GitHub - s2-streamstore/s2: Durable Streams API
Durable Streams API. Contribute to s2-streamstore/s2 development by creating an account on GitHub.
๐
"This is the home of s2-lite โ an open source, self-hostable implementation of the S2 API for durable streams. It will be backed by SlateDB, and it is currently in development."
07.11.2025 20:54
๐ 20
๐ 2
๐ฌ 0
๐ 2
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
Real-time observability with S2 streams
YouTube video by S2, the Stream Store
a lil demo of serverless infra observability using S2
www.youtube.com/watch?v=wsFi...
19.10.2025 23:59
๐ 3
๐ 2
๐ฌ 0
๐ 0
30.09.2025 02:58
๐ 3
๐ 3
๐ฌ 0
๐ 0
Read records. - S2
Retrieve a batch of records, or continuously stream.
S2's REST API now supports long polling, besides SSE!
Long polling is a simple way for client-driven consumption with stateless HTTP requests.
You just need to specify the ?wait=<seconds> query parameter. If no records are available, the response will only return after the duration elapses.
27.09.2025 17:08
๐ 8
๐ 2
๐ฌ 0
๐ 0
OpenTelemetry - S2
OpenTelemetry ๐ค @s2.dev
Are you building infrastructure for sandbox environments (e.g., agent sandbox, CI/CD sandbox) and want to stream execution logs to users in real time? If so, check out s2.dev/docs/integra... and let us know what you think.
30.08.2025 01:21
๐ 6
๐ 2
๐ฌ 0
๐ 0
Added some visibility into usage metrics to the @s2.dev dashboard!
12.08.2025 18:23
๐ 6
๐ 3
๐ฌ 0
๐ 0
s2.dev got a refresh โจ
05.08.2025 18:53
๐ 6
๐ 3
๐ฌ 1
๐ 0
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
@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
Can you build a realtime BBS on s2? Yes, in fact... s2.dev/playground
09.07.2025 21:07
๐ 4
๐ 3
๐ฌ 0
๐ 0
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
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
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
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