Jump to: navigation, search

Difference between revisions of "Faas"

(Created page with "= Qinling(Function as a Service in OpenStack) = Qinling is Function as a Service for OpenStack. This project aims to provide a platform to support serverless functions (like...")
 
(Qinling(Function as a Service in OpenStack))
Line 9: Line 9:
 
* Bug Track: http://bugs.launchpad.net/qinling
 
* Bug Track: http://bugs.launchpad.net/qinling
 
* IRC channel on Freenode: #openstack-qinling
 
* IRC channel on Freenode: #openstack-qinling
 +
 +
Here is a quick demo of how to use Qinling to automatically resize photos uploaded to Swift:
 +
<iframe width="560" height="315" src="https://www.youtube.com/embed/K2SiMZllN_A" frameborder="0" allowfullscreen></iframe>

Revision as of 11:25, 15 October 2017

Qinling(Function as a Service in OpenStack)

Qinling is Function as a Service for OpenStack. This project aims to provide a platform to support serverless functions (like AWS Lambda). Qinling supports different container orchestration platforms (Kubernetes/Swarm, etc.) and different function package storage backends (local/Swift/S3) by nature using plugin mechanism.

Here is a quick demo of how to use Qinling to automatically resize photos uploaded to Swift: <iframe width="560" height="315" src="https://www.youtube.com/embed/K2SiMZllN_A" frameborder="0" allowfullscreen></iframe>