this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

HACKING: note search and cmd/palomar

+2
+2
HACKING.md
··· 4 4 Commands (run with, eg, `go run ./cmd/bigsky`): 5 5 6 6 - `cmd/bigsky`: BGS+indexer daemon 7 + - `cmd/palomar`: search indexer and query servcie (OpenSearch) 7 8 - `cmd/gosky`: client CLI for talking to a PDS 8 9 - `cmd/lexgen`: codegen tool for lexicons (Lexicon JSON to Go package) 9 10 - `cmd/laputa`: PDS daemon ··· 29 30 - `plc`: implementation of a *fake* PLC server (not persisted), and a PLC client 30 31 - `repo`: implements atproto repo on top of a blockstore. CBOR types 31 32 - `repomgr`: wraps many repos with a single carstore backend. handles events, locking 33 + - `search`: search server implementation 32 34 - `testing`: integration tests; testing helpers 33 35 - `util`: a few common definitions (may rename) 34 36 - `xrpc`: XRPC client (not server) helpers