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

Tutorial idea: State in Stateless Functions #54

Open
carimura opened this issue Mar 16, 2018 · 4 comments
Open

Tutorial idea: State in Stateless Functions #54

carimura opened this issue Mar 16, 2018 · 4 comments

Comments

@carimura
Copy link
Member

  • connecting to database
  • writing to cloud service
  • using the temporary disk space
  • ...
@sherwoodzern
Copy link

Sherwood Zern and Mike Muller will work on these 2 efforts. Sherwood will address the DB CRUD functionality and Mike Muller will implement the Object Storage functionality.

@carimura
Copy link
Member Author

Awesome! Connection pooling and throttling (concurrency limit as to not ddos db) also typical FAQs.

@zootalures
Copy link
Member

There is a quick demo of a DB connection pool in Java here https://github.com/fnproject/fdk-java/blob/master/docs/FunctionConfiguration.md (Example: Configuring a Database Connection)

@arestov
Copy link

arestov commented Jul 13, 2018

Could you drop few lines here how to make connection pool for nodejs fn?

p.s. this issue and java tutorial is on top of google's results for «fnproject connection pool»

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

4 participants