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

feat: add database accessory #3

Merged
merged 2 commits into from
Aug 29, 2023
Merged

feat: add database accessory #3

merged 2 commits into from
Aug 29, 2023

Conversation

liu-hm19
Copy link
Contributor

@liu-hm19 liu-hm19 commented Aug 4, 2023

What type of PR is this?

/kind feature

What this PR does / why we need it:

This PR adds support for database accessory which defines the relational database service (rds) provided by a specified cloud vendor.

Which issue(s) this PR fixes:

Special notes for your reviewer:

The implementation of Database Generator can be found at feat: add database generator

Does this PR introduce a user-facing change?


Additional documentation e.g., design docs, usage docs, etc.:


models/schema/v1/component/component.k Outdated Show resolved Hide resolved
models/schema/v1/app_configuration.k Outdated Show resolved Hide resolved
models/schema/v1/accessories/database.k Outdated Show resolved Hide resolved
models/schema/v1/accessories/database.k Show resolved Hide resolved
@adohe
Copy link
Contributor

adohe commented Aug 19, 2023

except for supporting cloud provider managed database, is there any plan to support local deploy instance? From SDLC, the most common way during development and test stages is using local database, as they are much more cheaper than services provided by cloud providers. @ffforest @liu-hm19 @SparkYuan

@liu-hm19 liu-hm19 changed the title feat: add database accessory and update helloworld sample feat: add database accessory Aug 28, 2023
Copy link
Contributor

@adohe adohe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@adohe adohe merged commit 8808f96 into main Aug 29, 2023
3 checks passed
@adohe adohe deleted the feat/add-database-accessory branch August 29, 2023 05:42
@github-actions github-actions bot locked and limited conversation to collaborators Aug 29, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants