@quettabit.bsky.social
18 followers 150 following 3 posts
Posts Media Videos Starter Packs
Reposted
infiniteregrets.bsky.social
Excited to share y-s2, an open-source serverless backend for real-time collaborative applications using Yjs and @s2.dev!
Reposted
schmizz.net
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.
Read records. - S2
Retrieve a batch of records, or continuously stream.
s2.dev
quettabit.bsky.social
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.
OpenTelemetry - S2
s2.dev
Reposted
sbalogh.bsky.social
Added some visibility into usage metrics to the @s2.dev dashboard!
Reposted
schmizz.net
s2.dev got a refresh ✨
Reposted
sbalogh.bsky.social
Can you build a realtime BBS on s2? Yes, in fact... s2.dev/playground
s2.dev
Reposted
schmizz.net
Agents need granular streams. And yes, @s2.dev fits the bill nicely!

s2.dev/blog/agent-s...
screenshot of blog post titled `Stream per agent session`
Reposted
infiniteregrets.bsky.social
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!
Reposted
sbalogh.bsky.social
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
Reposted
schmizz.net
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-...
Reposted
schmizz.net
shikhar @schmizz.net · May 30
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...
chris.blue
Chris @chris.blue · May 30
New post! I wrote about malaise in the streaming space. I'm not sure what's going on, but I'm thinking part of it has to do with Kafka.
Kafka: The End of the Beginning
A decade of focus on adoption has payed off. Now it's time to innovate.
materializedview.io
Reposted
sbalogh.bsky.social
@s2.dev now has an MCP server! The entire API is available for tool-use by AI assistants like Claude -- see it in action here: www.youtube.com/watch?v=wLFk...
S2 via MCP in Claude Desktop
YouTube video by S2, the Stream Store
www.youtube.com
Reposted
chris.blue
Chris @chris.blue · May 16
S2 is starting to do some really interesting stuff…
schmizz.net
shikhar @schmizz.net · May 16
What if you could share an S2 stream directly with an end client, no additional proxy middleware to implement? S2 now supports granular scopes on access tokens! I'll share more on it soon.
Reposted
schmizz.net
shikhar @schmizz.net · May 14
S2 now supports timestamps! 🕰️

How we made streams understand time: s2.dev/blog/timesta...
Reposted
vrong.me
Create streams on the fly with ease. Just turn on this setting for your basin.

@s2.dev
Reposted
infiniteregrets.bsky.social
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
Reposted
hytradboi.bsky.social
Talk 24: "Serverless primitives for the shared log architecture" by Stephen Balogh (@sbalogh.bsky.social)
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
Reposted
sbalogh.bsky.social
We're also releasing an alpha version of a Flink connector for S2 streams: github.com/s2-streamsto...

See the demos for an example real-time feature pipeline for turning beacons (stored on S2) into complex events, and ultimately a dynamic table of ML features stored upsert-style on an S2 stream.
GitHub - s2-streamstore/flink-connector-s2: Flink connector for S2 [WIP]
Flink connector for S2 [WIP]. Contribute to s2-streamstore/flink-connector-s2 development by creating an account on GitHub.
github.com
Reposted
vrong.me
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...
Bento - S2
s2.dev