-
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
Add "CrateDB" utility plugin #1
base: main
Are you sure you want to change the base?
Conversation
af70290
to
d380a77
Compare
image: crate:latest | ||
ports: | ||
'4200': 4200/tcp | ||
'5433': 5432/tcp |
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.
I discovered elsewhere that 5433 might be used for PostgreSQL/SSL within Meltano testing infra. Do you have a suggestion to use a different port? Maybe 6432
?
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.
Anything would work, don't know, 15432
is also an option, maybe someone else has a better suggestion.
image: crate:latest | ||
ports: | ||
'4200': 4200/tcp | ||
'5433': 5432/tcp |
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.
Anything would work, don't know, 15432
is also an option, maybe someone else has a better suggestion.
About
This patch adds CrateDB to the Meltano Utilities page at https://hub.meltano.com/utilities/.
Preview