mirror of
https://github.com/mozilla-services/syncstorage-rs.git
synced 2026-05-05 04:06:16 +02:00
docs: fix typos in README.md files
Fixed typos in README.md files to improve readiblity. Closes #529
This commit is contained in:
parent
92ca4b6ee8
commit
7da2154bcc
@ -11,7 +11,7 @@ this will create a python virtual environment in the `/venv` directory.
|
||||
|
||||
Once the virtual env is installed, run `. venv/bin/activate`. This
|
||||
will ensure that calls to python and python tools happen within this
|
||||
virutal environment.
|
||||
virtual environment.
|
||||
|
||||
2) install the requirements using:
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# Spanner Tools and Scripts
|
||||
|
||||
These tools are supplimental scripts for working with the Google Cloud Platform. Follow [the general installation instructions](https://cloud.google.com/spanner/docs/getting-started/python/), as well as fetch the proper service account credentials file.
|
||||
These tools are supplemental scripts for working with the Google Cloud Platform. Follow [the general installation instructions](https://cloud.google.com/spanner/docs/getting-started/python/), as well as fetch the proper service account credentials file.
|
||||
|
||||
Remember, the `GOOGLE_APPLICATION_CREDENTIALS` environment variable should point to the absolute path location of your service account credential file.
|
||||
|
||||
|
||||
@ -46,7 +46,7 @@ The script will take the following actions:
|
||||
|
||||
1. fetch all users from a given node.
|
||||
1. compare and port all user_collections over (NOTE: this may involve remapping collecitonid values.)
|
||||
1. begin copying over user information from mysql to spanner
|
||||
1. begin copying over user information from mysql to spanner.
|
||||
|
||||
Overall performance may be improved by "batching" BSOs to different
|
||||
processes using:
|
||||
@ -54,8 +54,8 @@ processes using:
|
||||
`--start_bso` the BSO database (defaults to 0, inclusive) to begin
|
||||
copying from
|
||||
|
||||
`--end_bso` the final BSO databse (defaults to 19, inclusive) to copy
|
||||
from
|
||||
`--end_bso` the final BSO database (defaults to 19, inclusive) to copy
|
||||
from.
|
||||
|
||||
Note that these are inclusive values. So to split between two
|
||||
processes, you would want to use
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user