You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2020/12/16 05:18:49 UTC

[GitHub] [openwhisk] ZinuoCai opened a new issue #5035: How can a function use the external storage?

ZinuoCai opened a new issue #5035:
URL: https://github.com/apache/openwhisk/issues/5035


   I wonder whether I can store some data in the CouchDB and use it when invoking the function, like the machine learning tasks?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [openwhisk] rabbah commented on issue #5035: How can a function use the external storage?

Posted by GitBox <gi...@apache.org>.
rabbah commented on issue #5035:
URL: https://github.com/apache/openwhisk/issues/5035#issuecomment-746340429


   CouchDB used by OpenWhisk is part of the internal system and not available to the actions. Of course in a custom deployment, you could do that, if you wanted to. You can use any db you want as a service or if you deploy it into your system.
   
   If you're considering using a hosted/vendor provided version of OpenWhisk, there are options which offer integrated storage (e.g., Nimbella, or provision an instance on IBM's Cloud Functions).


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [openwhisk] ZinuoCai closed issue #5035: How can a function use the external storage?

Posted by GitBox <gi...@apache.org>.
ZinuoCai closed issue #5035:
URL: https://github.com/apache/openwhisk/issues/5035


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org