We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 Function example establishing db connection:
The text was updated successfully, but these errors were encountered:
https://blog.alexellis.io/serverless-databases-with-openfaas-and-mongo/
Sorry, something went wrong.
Seems to need HTTP mode to persistent pool of connections between Function requests. Blocked by #7.
Also, not urgent to make this example because folks can use a managed database service that also manages their connection pool.
Example in Node.js: https://github.com/alexellis/mongodb-function
Auto gen by GPT-4 using Node.js example: https://github.com/ccfontes/faas-bb/blob/add-fn-eg-pool-db-conn/examples/bb-db/handler.clj
Very low priority. Will re-open if necessary. Related: #60
No branches or pull requests
Add Function example establishing db connection:
The text was updated successfully, but these errors were encountered: