Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
ATProto Wiki
Search
Search
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Feed generator
(section)
Page
Discussion
English
Read
Edit
Edit source
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
Edit source
View history
General
What links here
Related changes
Special pages
Page information
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Architecture == The feed generator architecture follows a simple design pattern, aiming to create a clean division of responsibilities between content selection and content delivery. Each feed algorithm is declared as a record in the repository of its creator, typically using the <code>app.bsky.feed.generator</code> [[collection]]. This declaration includes metadata about the feed (name, description, avatar) and points to the service that hosts. the algorithm. The feed generator service itself is identified by a [[Decentralized Identifier (DID)|decentralized identifier (DID)]] to allow for secure communication and authentication. When a user requests a feed, their PDS resolves the feed's [[AT URI]] to find the feed generator's service endpoint. The PDS then sends a <code>getFeedSkeleton</code> request to this endpoint. Requests to feed generators are authenticated with a [[wikipedia:JSON_Web_Token|JWT]] signed by the user's repository signing key, allowing the generator to verify the user's identity. The feed generator then returns a "skeleton" of the feed - a list of post URIs with optional ranking signals or metadata. The user's PDS hydrates this ekeleton with full post content, user information, and engagement metrics before returning it to the client application. [[Category:Network architecture]] [[Category:Content curation]] [[Category:Opinionated services]]
Summary:
Please note that all contributions to ATProto Wiki are considered to be released under the Creative Commons Attribution-ShareAlike (see
ATProto Wiki:Copyrights
for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource.
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Toggle limited content width