Search

Search IconIcon to open search

Personal Data Server (PDS)

Last updatedUpdated: by Simon Späti · CreatedCreated: · 1 min read

Bluesky PDS (Personal Data Server) container image, compose file, and documentation. This is when you want to self-host your own Bsky server. Meaning the data is hosted on your server.

See more on Future of Web.

GitHub - bluesky-social/pds: Bluesky PDS (Personal Data Server) container image, compose file, and documentation

# SQLite

Dan Abramov: Our open source Personal Data Server (PDS) implementation uses a sqlite database per user. so we have 13 million of those. different PDS implementations could store it differently though, as long as they follow the HTTP contract of a PDS they can store it anyhow. Dan.

Implementation details:


Origin: Bluesky