-
Notifications
You must be signed in to change notification settings - Fork 0
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
Revised Documentation for Accuracy #20
Revised Documentation for Accuracy #20
Conversation
…README & added hyperlink
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.
Just two questions - looks good!
README.md
Outdated
|
||
** IN PROGRESS! Further instructions pending ODE compatibility. ** | ||
``` | ||
docker compose -f docker-compose-confluent-cloud.yml up --build |
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.
Should this be updated to the command for running the docker-compose.yml file instead of the confluent cloud file when running kafka locally?
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.
Yes, good catch! This has been fixed
sample.env
Outdated
@@ -1,13 +1,14 @@ | |||
DOCKER_HOST_IP= | |||
#SDW_GROUP_ID=usdot.jpo.sdw |
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.
Should the SDW_GROUP_ID be removed from here? It looks like we're not passing it in as an environment variable in any of the docker compose files
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.
You're right it doesn't seem to be getting used. This has been removed from the sample.env
and README.md
files.
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.
Looks good!
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.
This looks good to me!
Description
The documentation for the project has been reviewed and revised for accuracy. In some cases, improvements were made to formatting/organization to improve clarity.
Changes