social-general
Bluesky Firehose / Jetstream
Bluesky's real-time event stream covering the whole network as it happens; Jetstream is the companion service that delivers the same stream as simpler JSON. It is a keyless developer-facing WebSocket feed, built for live monitoring and data collection rather than looking up old posts. Relevant when you want to capture or watch Bluesky activity in real time.
Warum es nützlich ist & wie es funktioniert
The Bluesky firehose streams every public action on the network in real time: new posts, likes, follows, and deletions as they happen. Jetstream is a companion feed that delivers the same events as plain JSON, making it much easier to consume than the raw binary firehose. Both are keyless and open to connect to without any credentials. This feed is useful for monitoring live Bluesky activity or capturing posts as they are published, but it does not let you look up past content by itself.
Was drinsteckt
Covers the entire Bluesky network in real time, processing hundreds to over two thousand events per second depending on network activity. It is a live stream only; it does not provide access to historical posts beyond what you capture while connected.
API-Zugang
Firehose wss://bsky.network/xrpc/com.atproto.sync.subscribeRepos (CBOR) ; Jetstream wss://jetstream2.us-east.bsky.network/subscribe (JSON)
Zugang
Programmatic API access (a key may be required, see the API tag).