Add collection
parameter to com.atproto.sync.getRepo
#3063
DavidBuchanan314
started this conversation in
Protocol (atproto)
Replies: 1 comment
-
Bonus feature - allow a single wildcard at the end of the collection parameter, e.g. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It should be possible for a PDS (or relay) to efficiently serve a slice of the repo CAR that contains
a) all the records in a collection
b) all the MST blocks needed to verify them
This would be especially useful for anyone trying to backfill the whole network, but who only cares about a particular collection (say, follows)
It should also be possible to combine the
since
andcollection
parameters (although I haven't thought about how I'd implement it yet, maybe there's some hidden complexity there I haven't considered)Beta Was this translation helpful? Give feedback.
All reactions