Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo + reword #147

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,12 @@ To deploy the full Megalista pipeline, use the following command from the deploy
`./deploy.sh`
The script will require some parameters, please add them to the config.json file. Some parameters have default values and can be
changed.
- Auxliary bigquery dataset for Megalista operations to create
- Auxliary BigQuery dataset for Megalista operations to create
- This dataset will be used for storing operational data and will be created by the deployment script
- Google Cloud Storage Bucket to create
- This Cloud Storage Bucket will be used to store Megalista compiled binary, metadata, and temp files and will be created by the deployment script.
- *Setup Firestore collection*, *URL for JSON configuration* and *Setup Sheet Id*
- Only one of these three should be filled and the other should be left black accordingly to the chosen configuration method.
- Only one of these three should be filled and the others should be left blank according to the chosen configuration method.
- Client ID, Client Secret, Access Token and Refresh Token from the previous step.

**Disclaimer:** Please store your config.json file in a secure place or delete it after the deployment.
Expand Down