RETIRED, Function as a Service for OpenStack
Go to file
shangxiaobj 469e80b82e Update and replace http with https for doc links in qinling
1) Update doc links according to OpenStack document migration
2) Use https instead of http for docs links

Change-Id: I7138f4fa1c519f9916aacc1e029e684917098fff
2017-08-13 19:28:54 -07:00
doc/source Re-orginze documentation 2017-08-14 13:44:52 +12:00
example/functions/python Support Keystone session in python runtime 2017-07-03 01:16:40 +12:00
qinling Support function execution log query 2017-08-13 00:33:51 +12:00
releasenotes Initial commit for qinling project 2017-04-11 15:13:10 +12:00
runtimes/python2 Support function execution log query 2017-08-13 00:33:51 +12:00
tools Fix relationship of function service mapping 2017-07-27 23:14:27 +12:00
.coveragerc Make api service work 2017-04-14 15:17:05 +12:00
.gitignore Fix file pattern in git ignore 2017-07-05 00:10:09 +12:00
.gitreview Make api service work 2017-04-14 15:17:05 +12:00
.mailmap Make api service work 2017-04-14 15:17:05 +12:00
.testr.conf Make api service work 2017-04-14 15:17:05 +12:00
babel.cfg Initial commit for qinling project 2017-04-11 15:13:10 +12:00
CONTRIBUTING.rst Update and replace http with https for doc links in qinling 2017-08-13 19:28:54 -07:00
HACKING.rst Update and replace http with https for doc links in qinling 2017-08-13 19:28:54 -07:00
LICENSE Initial commit for qinling project 2017-04-11 15:13:10 +12:00
README.rst Re-orginze documentation 2017-08-14 13:44:52 +12:00
requirements.txt Add jobs api 2017-07-21 22:52:05 +12:00
setup.cfg Update and replace http with https for doc links in qinling 2017-08-13 19:28:54 -07:00
setup.py Updated from global requirements 2017-07-04 15:00:21 +12:00
test-requirements.txt Updated from global requirements 2017-07-04 15:00:21 +12:00
tox.ini Add basic unit test structure 2017-07-04 14:34:53 +12:00

Qinling

Note

Qinling (is pronounced "tʃinliŋ") refers to Qinling Mountains in southern Shaanxi Province in China. The mountains provide a natural boundary between North and South China and support a huge variety of plant and wildlife, some of which is found nowhere else on Earth.

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.