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...")
 
(Changed launchpad links to storyboard.)
 
(4 intermediate revisions by 2 users not shown)
Line 4: Line 4:
  
 
* Free software: Apache license
 
* Free software: Apache license
* Documentation: http://qinling.readthedocs.io/
+
* Documentation: https://docs.openstack.org/qinling/latest/
 
* Source: http://git.openstack.org/cgit/openstack/qinling
 
* Source: http://git.openstack.org/cgit/openstack/qinling
* Features: https://blueprints.launchpad.net/qinling
+
* Features: https://storyboard.openstack.org/#!/project/927
* Bug Track: http://bugs.launchpad.net/qinling
+
* Bug Track: https://storyboard.openstack.org/#!/project/927
 
* 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: 
 +
https://www.youtube.com/watch?v=K2SiMZllN_A

Latest revision as of 14:34, 10 October 2018

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: https://www.youtube.com/watch?v=K2SiMZllN_A