···11+22+slinky: AT Network Sync Demo
33+============================
44+55+This is a proof-of-concept tool showing how to dump data from the AT network.
66+77+It uses the relay's listReposByCollection endpoing to enumerate which accounts
88+are relevant to a given collection (record type), then resolves account PDS
99+instances and fetches the relevant data.
1010+1111+Eg:
1212+1313+```
1414+go build ./cmd/slinky
1515+1616+./slinky dump-record com.atproto.lexicon.schema
1717+1818+./slinky dump-record app.bsky.feed.post
1919+```