diff options
Diffstat (limited to 'extra')
-rw-r--r-- | extra/elasticsearch/README.md | 2 | ||||
-rw-r--r-- | extra/journal_metadata/README.md | 2 | ||||
-rw-r--r-- | extra/sitemap/README.md | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/extra/elasticsearch/README.md b/extra/elasticsearch/README.md index edb4f1f6..90019147 100644 --- a/extra/elasticsearch/README.md +++ b/extra/elasticsearch/README.md @@ -83,7 +83,7 @@ a new index and then cut over with no downtime. http put :9200/fatcat_release_v03 < release_schema.json -To replace a "real" index with an alias pointer, do two actions (not truely +To replace a "real" index with an alias pointer, do two actions (not truly zero-downtime, but pretty fast): http delete :9200/fatcat_release diff --git a/extra/journal_metadata/README.md b/extra/journal_metadata/README.md index dec32624..cae52de3 100644 --- a/extra/journal_metadata/README.md +++ b/extra/journal_metadata/README.md @@ -2,7 +2,7 @@ This folder contains scripts to merge journal metadat from multiple sources and provide a snapshot for bulk importing into fatcat. -Specific bots will probably be needed to do continous updates; that's out of +Specific bots will probably be needed to do continuous updates; that's out of scope for this first import. diff --git a/extra/sitemap/README.md b/extra/sitemap/README.md index 581ee9f3..9f0dd4b0 100644 --- a/extra/sitemap/README.md +++ b/extra/sitemap/README.md @@ -37,8 +37,8 @@ In tree form: Workflow: -- run bash script over container dump, outputing compressed, sharded container sitemaps -- run bash script over release work-grouped, outputing compressed, sharded release sitemaps +- run bash script over container dump, outputting compressed, sharded container sitemaps +- run bash script over release work-grouped, outputting compressed, sharded release sitemaps - run python script to output top-level `sitemap.xml` - `scp` all of this into place |