tutorials icon indicating copy to clipboard operation
tutorials copied to clipboard

Tutorial idea: State in Stateless Functions

Open carimura opened this issue 6 years ago • 4 comments

  • connecting to database
  • writing to cloud service
  • using the temporary disk space
  • ...

carimura avatar Mar 16 '18 21:03 carimura

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.

sherwoodzern avatar May 17 '18 21:05 sherwoodzern

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

carimura avatar May 18 '18 04:05 carimura

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)

zootalures avatar May 21 '18 15:05 zootalures

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»

arestov avatar Jul 13 '18 14:07 arestov