+47
-10
backfiller.go
+47
-10
backfiller.go
···············+if err := p.conn.Select(ctx, &alreadyFetched, "SELECT DISTINCT(did) FROM default.record WHERE created_at < '2025-07-01'"); err != nil {·········
-420
cmd/bodega/main.go
-420
cmd/bodega/main.go
···-func (rd *RepoDownloader) getDidsFromService(ctx context.Context, service string) ([]ListReposRepo, error) {-req, err := http.NewRequestWithContext(ctx, "GET", fmt.Sprintf("%s/xrpc/com.atproto.sync.listRepos?limit=1000&cursor=%s", service, cursor), nil)-SELECT DISTINCT(plc_op_services) FROM default.plc WHERE arrayExists(x -> x LIKE '%.bsky.network', plc_op_services)
-28
cmd/bodega/plc_models.go
-28
cmd/bodega/plc_models.go
···
+10
cmd/photocopy/main.go
+10
cmd/photocopy/main.go
······
+1
-1
go.mod
+1
-1
go.mod
······
+30
handle_create.go
+30
handle_create.go
·········
+1
models/post.go
+1
models/post.go
+14
models/post_label.go
+14
models/post_label.go
···
+77
nervana/client.go
+77
nervana/client.go
···
+31
-5
photocopy.go
+31
-5
photocopy.go
··················Query: "INSERT INTO post (uri, did, rkey, created_at, indexed_at, root_uri, root_did, parent_uri, parent_did, quote_uri, quote_did, lang)",···Query: "INSERT INTO interaction (uri, did, rkey, kind, created_at, indexed_at, subject_uri, subject_did)",·········+Query: "INSERT INTO post_label (did, rkey, text, label, entity_id, description, topic, created_at)",···