Advertisement ยท 728 ร— 90

Posts by s2.dev

Preview
s2_sdk_dart | Dart package Dart SDK for S2 Stream Store.

new Dart SDK for @s2.dev from the community: pub.dev/packages/s2_...

1 day ago 2 1 0 0
Preview
Video Conferencing with Durable Streams Building a video conferencing app powered by S2 streams

Sorry folks, if you are going to video conference over a database, it better be a Stream Store.

s2.dev/blog/video-c...

3 weeks ago 3 1 1 1
Video

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.

1 month ago 3 2 2 0
Video

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

1 month ago 3 2 0 0
Post image

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...

1 month ago 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.

1 month ago 1 0 1 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

1 month ago 14 6 2 0
Video

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

1 month ago 3 3 1 0
Preview
Architecture - S2

s2.dev/docs/archite...

1 month ago 0 0 0 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.

1 month ago 7 4 1 0
Advertisement
Video

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

2 months ago 6 2 2 0
Video

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...

2 months ago 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 ๐Ÿงต

3 months ago 8 4 6 0

S2 is now SOC 2 Type II compliant!

We are committed to continuously improving our security posture.

3 months ago 1 0 0 0

We are at SyncConf SF! Find us or DM if you wanna chat streams (or logs if you prefer!)

4 months ago 3 2 0 0
Video

@s2.dev YC-launched today!

www.ycombinator.com/launches/OnP...

5 months ago 10 2 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.

๐Ÿ‘€

"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."

5 months ago 20 2 0 2
Video

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

5 months ago 14 4 1 0
Advertisement
Real-time observability with S2 streams
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...

5 months ago 3 2 0 0
6 months ago 3 3 0 0
Preview
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.

6 months ago 8 2 0 0
Preview
GitHub - s2-streamstore/cachey: Read-through cache for object storage Read-through cache for object storage. Contribute to s2-streamstore/cachey development by creating an account on GitHub.

We open sourced a read-through cache for S3, called Cachey github.com/s2-streamsto...

6 months ago 41 11 1 1
Preview
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.

7 months ago 6 2 0 0
Video

Added some visibility into usage metrics to the @s2.dev dashboard!

7 months ago 6 3 0 0

s2.dev got a refresh โœจ

8 months ago 6 3 1 0
Video

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

8 months ago 4 3 0 0
Advertisement
Video

@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!

8 months ago 6 3 1 1

Can you build a realtime BBS on s2? Yes, in fact... s2.dev/playground

9 months ago 4 3 0 0
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...

9 months ago 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-...

9 months ago 7 4 0 0