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

Make ArtifactStore configurable #5126

Open
style95 opened this issue Jun 9, 2021 · 4 comments
Open

Make ArtifactStore configurable #5126

style95 opened this issue Jun 9, 2021 · 4 comments

Comments

@style95
Copy link
Member

style95 commented Jun 9, 2021

As this PR gets merged: #4963, we have different options for ArtifactStore.
Users can use different DBs for different artifact stores.

For example, an operator can choose CouchDB as his subject and whisk entity databases and MongoDB or ElasticSearch for his activation database.
This needs to be configurable so that users can choose whatever(CouchDB, MongoDB, and ElasticSearch) he wants for each artifact store.

Additional information you deem important:

@jiangpengcheng
Copy link
Contributor

hm, seems we need to implement additional MongoDBActivationStore and CouchDBActivationStore to achieve this feature

@rabbah
Copy link
Member

rabbah commented Jun 9, 2021

Can’t use the elastic activation store in combination?

@jiangpengcheng
Copy link
Contributor

no, it can

dominic just wants a more resilient way that users can use CouchDB serve as artifact store while MongoDB as activation store or vice versa

@rabbah
Copy link
Member

rabbah commented Jun 11, 2021

👍 cool

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants