Update readme
parent
4c29c3f179
commit
9af4101a7a
|
@ -34,6 +34,9 @@ missing to the database.
|
||||||
Connects to firehose of each PDS and stores all received records in the
|
Connects to firehose of each PDS and stores all received records in the
|
||||||
database.
|
database.
|
||||||
|
|
||||||
|
If `CONSUMER_RELAYS` is specified, it will also any new PDSs to the database
|
||||||
|
that have records sent through a relay.
|
||||||
|
|
||||||
### Record indexer
|
### Record indexer
|
||||||
|
|
||||||
Goes over all repos that might have missing data, gets a full checkout from the
|
Goes over all repos that might have missing data, gets a full checkout from the
|
||||||
|
@ -58,7 +61,8 @@ hitting rate limits.
|
||||||
* `make start-plc`
|
* `make start-plc`
|
||||||
* This will start PostgreSQL and PLC mirror
|
* This will start PostgreSQL and PLC mirror
|
||||||
* `make wait-for-plc`
|
* `make wait-for-plc`
|
||||||
* This will wait until PLC mirror has fully replicated the operations log
|
* This will wait until PLC mirror has fully replicated the operations log.
|
||||||
|
That's gonna take a few hours.
|
||||||
* `make init-db`
|
* `make init-db`
|
||||||
* This will add the initial set of PDS hosts into the database.
|
* This will add the initial set of PDS hosts into the database.
|
||||||
* You can skip this if you're specifying `CONSUMER_RELAYS` in
|
* You can skip this if you're specifying `CONSUMER_RELAYS` in
|
||||||
|
|
Loading…
Reference in New Issue