Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fnproject/docs

User documentation for the Fn Project.
https://github.com/fnproject/docs

Last synced: 15 days ago
JSON representation

User documentation for the Fn Project.

Awesome Lists containing this project

README

        

## Fn Project Logo Project Documentation

**[Quickstart](https://github.com/fnproject/fn#quickstart)  |  [Tutorials](https://fnproject.io/tutorials)  |  [Docs](https://github.com/fnproject/docs)  |  [API](http://petstore.swagger.io/?url=https://raw.githubusercontent.com/fnproject/fn/master/docs/swagger_v2.yml)**

Fn is an event-driven, open source, [Functions-as-a-Service (FaaS)](https://github.com/fnproject/docs/blob/master/fn/general/introduction.md) compute platform that you can run anywhere.

## Getting Started
* [Quickstart Tutorial](https://github.com/fnproject/fn#quickstart)
* [Fn Installation](https://fnproject.io/tutorials/install/)
* [Fn Introduction](fn/general/introduction.md)
* Using Fn with Java
* [Java Tutorial](https://fnproject.io/tutorials/JavaFDKIntroduction/)
* [Java Examples](fdks/fdk-java)
* Using Fn with Node.js
* [Node Tutorial](https://fnproject.io/tutorials/node/intro/)
* [Node Examples](fdks/fdk-node)
* Using Fn with Python
* [Python Tutorial](https://fnproject.io/tutorials/python/intro/)
* [Python Examples](fdks/fdk-python)
* Creating Functions with Docker
* [Create a Function with a Docker Container](https://fnproject.io/tutorials/ContainerAsFunction/)
* [Create a Function from a Docker image that contains a Node.js app with Oracle DB Support](https://fnproject.io/tutorials/node/custom-db/)
* [Create a Function with a Linux Command and HotWrap](https://fnproject.io/tutorials/docker/CustomLinuxContainer/)
* [Logging and Debugging Tutorial](https://fnproject.io/tutorials/Troubleshooting/)
* [Function Debugging](fn/troubleshoot/debug-loglevel.md)
* [FAQ](fn/general/faq.md)
* Using Fn with Other Languages
* [Using Fn with C#](https://fnproject.io/tutorials/csharp/intro/)
* [Using Fn with Go](https://fnproject.io/tutorials/Introduction/)
* [Using Fn with Ruby](https://fnproject.io/tutorials/ruby/intro/)
* Exploring Fn
* [Create Apps with Fn](https://fnproject.io/tutorials/Apps/)
* [Fn Dev with Muliple Contexts](https://fnproject.io/tutorials/basics/UsingContexts/)
* [Using the Fn RuntimeContext with Functions](https://fnproject.io/tutorials/basics/UsingRuntimeContext/)
* Popular Fn Topics
* [Fn Function File Format](fn/develop/func-file.md): All the values that can be used in `func.yaml`.
* [Fn FDKs](fn/develop/fdks.md): Function Development Kits for supported languages.
* [Fn Runtime Options](fn/operate/options.md)
* [Kubernetes Helm Chart for Fn](https://github.com/fnproject/fn-helm/)
* Fn Sub-projects: [Flow](https://github.com/fnproject/flow), [UI](https://github.com/fnproject/ui)
* [Running Fn in Production](fn/operate/production.md)
* [Triggers](fn/develop/triggers.md): Using triggers.
* [Troubleshooting](fn/troubleshoot/README.md): Solutions to common problems when working with Fn.
* Known Issue: [Trying to invoke a function when using a CentOS based Linux fails with an error message](fn/troubleshoot/known-issues/2019-08-fn-invoke-fails.md)
* [Using Fn with Podman instead of Docker](fn/develop/podman.md): Use Podman with the Fn client.
* [Windows: Running Fn Client for Windows](fn/develop/running-fn-client-windows.md): Run the Fn client on Microsoft Windows.

## More Fn Docs
**| [APIs](https://github.com/fnproject/docs/blob/master/fn/develop/README.md#advanced)  |
[CLI Docs and Reference](https://github.com/fnproject/docs/tree/master/cli)  |
[Fn Tips for Developers](https://github.com/fnproject/docs/tree/master/fn/develop)  |
[Fn Tips for Operators](https://github.com/fnproject/docs/blob/master/fn/operate)  |**

## For Contributors
We love contributions! To get started, please visit our [community page](community/README.md) and [contributing guidelines](community/CONTRIBUTING.md) page.

## Stay Connected to Fn
**| [StackOverflow](https://stackoverflow.com/questions/tagged/fn)  | [Slack Community](http://slack.fnproject.io)  |
[Blog](https://medium.com/fnproject)  |
[Twitter](https://twitter.com/fnproject)  |
[YouTube](https://www.youtube.com/channel/UCo3fJqEGRx9PW_ODXk3b1nw)  |
[The Fn Project Presentation Master](http://deck.fnproject.io)  |**