From 7fa03d44ef8c499bfb9c8f424658fa58e3e73b55 Mon Sep 17 00:00:00 2001 From: Alex Ellis <alexellis2@gmail.com> Date: Fri, 18 Aug 2017 08:36:53 +0100 Subject: [PATCH] Link to project naming issue --- docs/README.md | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/docs/README.md b/docs/README.md index 6f3afc67..c81367ef 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,4 +1,4 @@ -## Functions as a Service (FaaS) +## Functions as a Service (OpenFaaS) [](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 * 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 -**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 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: + +* [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. -**Contribute to FaaS** +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. @@ -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) +*What about the name?* + +FaaS is becoming OpenFaas, see more here: [Issue 123](https://github.com/alexellis/faas/issues/123) + -- GitLab