-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plans for an atrium PDS? #78
Comments
As mentioned in #19, atrium-based PDS sounds interesting and is an issue I would like to try, but now nothing has been done yet. I think it will probably take a very long time to proceed with it as my hobby project because I don't have enough time to spare... |
Relevant summary of what a PDS implementation needs to do: bluesky-social/atproto#2350 |
i'm curious about implementing a PDS in rust - from what i can tell, your client library is constructed by parsing the atproto lexicon and generating code that makes http calls with the correct bodies. so implementing a server would be more involved, since you'd have to implement each method (e.g. adding a new user to a DB), and then generate code to wire the xrpc/http calls from NSID to an actual method? would a library like tarpc make sense to use, or something like that? or am i totally off base? any thoughts to steer me in vaguely the right direction? |
@rudyfraser has been working on a rusty PDS here: https://github.com/blacksky-algorithms/rsky/tree/pds |
Now that Bluesky is becoming properly federated
..are you planning to set up an atrium-based PDS? If so, consider my hand raised as a volunteer for testing ✋
My main interest is the intersection of ATproto and ActivityPub. There’s one Rust project in particular that is exploring this space in an interesting way:
The text was updated successfully, but these errors were encountered: