Skip to content
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

Open
erlend-sh opened this issue Nov 13, 2023 · 4 comments
Open

Plans for an atrium PDS? #78

erlend-sh opened this issue Nov 13, 2023 · 4 comments

Comments

@erlend-sh
Copy link
Sponsor

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:

@sugyan
Copy link
Owner

sugyan commented Nov 13, 2023

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...

@str4d
Copy link
Contributor

str4d commented Mar 20, 2024

Relevant summary of what a PDS implementation needs to do: bluesky-social/atproto#2350

@DrewMcArthur
Copy link

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 com.atproto.server.create_account(...) is just a generated wrapper for GET /xrpc/com.atproto.server.create_account ... etc.

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?

@erlend-sh
Copy link
Sponsor Author

@rudyfraser has been working on a rusty PDS here: https://github.com/blacksky-algorithms/rsky/tree/pds

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants