-
Notifications
You must be signed in to change notification settings - Fork 12
[Database metrics] Add start of README #36
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
Conversation
This module contains methods for collecting metrics on the database server under different conditions. | ||
|
||
## Usage | ||
1. Using the [Docker tutorials](https://github.com/cmu-delphi/delphi-epidata/blob/main/docs/epidata_development.md), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the backend guide might be more direct than the epidata guide (since the latter points to the former), but up to you
link to backend guide: https://github.com/cmu-delphi/operations/blob/main/docs/backend_development.md
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(nevermind, i see you use the web and database images below -- pls disregard)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 btw, those guides were super useful.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks :D glad to hear that
src/database_metrics/README.md
Outdated
b. Add `COPY common_full common_full` to `repos/delphi/operations/dev/docker/python/Dockerfile` after copying source files. | ||
4. Continue with the tutorial to complete the following steps: | ||
a. Build the `delphi_web`, `delphi_web_epidata`, `delphi_database`, and `delphi_python` images according to the tutorial. | ||
b. Start the `delphi-net` network according to the tutorial. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
small nit: you shouldn't have to do anything to start the network. did you maybe mean "create" instead of "start"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch, edited to create
Summary of Changes:
There is still work to do once the final interface is determined, which is tracked in #35