mirror of
https://github.com/openfaas/faas.git
synced 2025-06-09 00:36:46 +00:00
Link to project naming issue
This commit is contained in:
parent
b2e51e5dad
commit
7fa03d44ef
@ -1,4 +1,4 @@
|
|||||||
## Functions as a Service (FaaS)
|
## Functions as a Service (OpenFaaS)
|
||||||
|
|
||||||
[](https://travis-ci.org/alexellis/faas)
|
Status](https://travis-ci.org/alexellis/faas.svg?branch=master)](https://travis-ci.org/alexellis/faas)
|
||||||
@ -13,7 +13,9 @@ FaaS is a framework for building serverless functions with Docker which has firs
|
|||||||
* [CLI](http://github.com/alexellis/faas-cli) available with YAML format for templating and defining functions
|
* [CLI](http://github.com/alexellis/faas-cli) available with YAML format for templating and defining functions
|
||||||
* Auto-scales as demand increases
|
* Auto-scales as demand increases
|
||||||
|
|
||||||
## Overview of FaaS
|

|
||||||
|
|
||||||
|
## Overview of OpenFaaS
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
@ -56,15 +58,24 @@ There is also a community being built around FaaS with talks, demos and sample f
|
|||||||
|
|
||||||
## Getting started
|
## Getting started
|
||||||
|
|
||||||
**Test Drive FaaS**
|
**Test Drive OpenFaaS**
|
||||||
|
|
||||||
You can [TestDrive](https://github.com/alexellis/faas/blob/master/TestDrive.md) FaaS on your laptop in 60 seconds, or deploy to a free online Docker playground. Find out more in the [TestDrive](https://github.com/alexellis/faas/blob/master/TestDrive.md).
|
You can [TestDrive](https://github.com/alexellis/faas/blob/master/TestDrive.md) FaaS on your laptop in 60 seconds, or deploy to a free online Docker playground. Find out more in the [TestDrive](https://github.com/alexellis/faas/blob/master/TestDrive.md).
|
||||||
|
|
||||||
You can dive straight into the [sample functions here](https://github.com/alexellis/faas/blob/master/sample-functions/README.md). You'll find hello-world examples for the most common programming languages including: Golang, DotNet Core, Java, NodeJS, Python even BusyBox.
|
You can dive straight into the [sample functions here](https://github.com/alexellis/faas/blob/master/sample-functions/README.md). You'll find hello-world examples for the most common programming languages including: Golang, DotNet Core, Java, NodeJS, Python even BusyBox.
|
||||||
|
|
||||||
There is even CLI called [faas-cli](https://github.com/alexellis/faas-cli/) which lets you speed up development by creating functions from templates for [Node.js](https://github.com/alexellis/faas-cli/blob/master/test_node.sh) or [Python](https://github.com/alexellis/faas-cli/blob/master/test_python.sh). You can also use the CLI to deploy to your own FaaS API Gateway with a single command.
|
The [faas-cli](https://github.com/alexellis/faas-cli/) lets you speed up development by creating functions from templates for:
|
||||||
|
|
||||||
**Contribute to FaaS**
|
* [Node.js](https://github.com/alexellis/faas-cli/blob/master/test_node.sh)
|
||||||
|
* [Python](https://github.com/alexellis/faas-cli/blob/master/test_python.sh)
|
||||||
|
* Ruby
|
||||||
|
* CSharp
|
||||||
|
|
||||||
|
..or whatever langauge you can create your own template for.
|
||||||
|
|
||||||
|
You can also use the CLI to deploy to your own FaaS API Gateway with a single command.
|
||||||
|
|
||||||
|
**Contribute to OpenFaaS**
|
||||||
|
|
||||||
FaaS enables you to run your serverless functions in whatever language you like, wherever you like - for however long you need.
|
FaaS enables you to run your serverless functions in whatever language you like, wherever you like - for however long you need.
|
||||||
|
|
||||||
@ -72,3 +83,7 @@ Contributions to the project are welcome - please send in issues and questions t
|
|||||||
|
|
||||||
[See issues and PRs](https://github.com/alexellis/faas/issues)
|
[See issues and PRs](https://github.com/alexellis/faas/issues)
|
||||||
|
|
||||||
|
*What about the name?*
|
||||||
|
|
||||||
|
FaaS is becoming OpenFaas, see more here: [Issue 123](https://github.com/alexellis/faas/issues/123)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user