{"id":13451767,"url":"https://github.com/fnproject/docs","last_synced_at":"2025-05-09T01:59:14.174Z","repository":{"id":34780969,"uuid":"142873708","full_name":"fnproject/docs","owner":"fnproject","description":"User documentation for the Fn Project.","archived":false,"fork":false,"pushed_at":"2022-12-06T00:43:35.000Z","size":2470,"stargazers_count":150,"open_issues_count":39,"forks_count":64,"subscribers_count":39,"default_branch":"master","last_synced_at":"2025-05-09T01:59:09.677Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://fnproject.io","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fnproject.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-07-30T12:40:04.000Z","updated_at":"2025-04-30T18:24:23.000Z","dependencies_parsed_at":"2023-01-15T09:15:51.228Z","dependency_job_id":null,"html_url":"https://github.com/fnproject/docs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnproject%2Fdocs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnproject%2Fdocs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnproject%2Fdocs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnproject%2Fdocs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fnproject","download_url":"https://codeload.github.com/fnproject/docs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253176436,"owners_count":21866142,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T07:01:01.836Z","updated_at":"2025-05-09T01:59:14.154Z","avatar_url":"https://github.com/fnproject.png","language":"Java","funding_links":[],"categories":["Java"],"sub_categories":[],"readme":"## \u003cimg src=\"https://fnproject.io/images/fn-300x125.png\" alt=\"Fn Project Logo\" height=\"21\" width=\"50\"\u003e Project Documentation\n\n**[Quickstart](https://github.com/fnproject/fn#quickstart)\u0026nbsp; | \u0026nbsp;[Tutorials](https://fnproject.io/tutorials)\u0026nbsp; |  \u0026nbsp;[Docs](https://github.com/fnproject/docs)\u0026nbsp; | \u0026nbsp;[API](http://petstore.swagger.io/?url=https://raw.githubusercontent.com/fnproject/fn/master/docs/swagger_v2.yml)**\n\nFn 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.\n\n## Getting Started\n* [Quickstart Tutorial](https://github.com/fnproject/fn#quickstart)\n* [Fn Installation](https://fnproject.io/tutorials/install/)\n* [Fn Introduction](fn/general/introduction.md)\n* Using Fn with Java\n    * [Java Tutorial](https://fnproject.io/tutorials/JavaFDKIntroduction/)\n    * [Java Examples](fdks/fdk-java)\n* Using Fn with Node.js\n    * [Node Tutorial](https://fnproject.io/tutorials/node/intro/)\n    * [Node Examples](fdks/fdk-node)\n* Using Fn with Python\n    * [Python Tutorial](https://fnproject.io/tutorials/python/intro/)\n    * [Python Examples](fdks/fdk-python)\n* Creating Functions with Docker\n    * [Create a Function with a Docker Container](https://fnproject.io/tutorials/ContainerAsFunction/)\n    * [Create a Function from a Docker image that contains a Node.js app with Oracle DB Support](https://fnproject.io/tutorials/node/custom-db/)\n    * [Create a Function with a Linux Command and HotWrap](https://fnproject.io/tutorials/docker/CustomLinuxContainer/)\n* [Logging and Debugging Tutorial](https://fnproject.io/tutorials/Troubleshooting/)\n    * [Function Debugging](fn/troubleshoot/debug-loglevel.md)\n    * [FAQ](fn/general/faq.md)\n* Using Fn with Other Languages\n    * [Using Fn with C#](https://fnproject.io/tutorials/csharp/intro/)\n    * [Using Fn with Go](https://fnproject.io/tutorials/Introduction/)\n    * [Using Fn with Ruby](https://fnproject.io/tutorials/ruby/intro/)\n* Exploring Fn\n    * [Create Apps with Fn](https://fnproject.io/tutorials/Apps/)\n    * [Fn Dev with Muliple Contexts](https://fnproject.io/tutorials/basics/UsingContexts/)\n    * [Using the Fn RuntimeContext with Functions](https://fnproject.io/tutorials/basics/UsingRuntimeContext/)\n* Popular Fn Topics\n    * [Fn Function File Format](fn/develop/func-file.md): All the values that can be used in `func.yaml`.\n    * [Fn FDKs](fn/develop/fdks.md): Function Development Kits for supported languages.\n    * [Fn Runtime Options](fn/operate/options.md)\n    * [Kubernetes Helm Chart for Fn](https://github.com/fnproject/fn-helm/)\n    * Fn Sub-projects: [Flow](https://github.com/fnproject/flow), [UI](https://github.com/fnproject/ui)\n    * [Running Fn in Production](fn/operate/production.md)\n    * [Triggers](fn/develop/triggers.md): Using triggers.\n    * [Troubleshooting](fn/troubleshoot/README.md): Solutions to common problems when working with Fn.\n        * 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)\n    * [Using Fn with Podman instead of Docker](fn/develop/podman.md): Use Podman with the Fn client.\n    * [Windows: Running Fn Client for Windows](fn/develop/running-fn-client-windows.md): Run the Fn client on Microsoft Windows.\n\n\n    ## More Fn Docs\n    **| [APIs](https://github.com/fnproject/docs/blob/master/fn/develop/README.md#advanced)\u0026nbsp; | \n    [CLI Docs and Reference](https://github.com/fnproject/docs/tree/master/cli)\u0026nbsp; | \n    [Fn Tips for Developers](https://github.com/fnproject/docs/tree/master/fn/develop)\u0026nbsp; | \n    [Fn Tips for Operators](https://github.com/fnproject/docs/blob/master/fn/operate)\u0026nbsp; |**\n\n\n    ## For Contributors\n    We love contributions! To get started, please visit our [community page](community/README.md) and [contributing guidelines](community/CONTRIBUTING.md) page.\n\n\n    ## Stay Connected to Fn\n    **| [StackOverflow](https://stackoverflow.com/questions/tagged/fn)\u0026nbsp; | [Slack Community](http://slack.fnproject.io)\u0026nbsp; | \n    [Blog](https://medium.com/fnproject)\u0026nbsp; | \n    [Twitter](https://twitter.com/fnproject)\u0026nbsp; |\n    [YouTube](https://www.youtube.com/channel/UCo3fJqEGRx9PW_ODXk3b1nw)\u0026nbsp; |\n    [The Fn Project Presentation Master](http://deck.fnproject.io)\u0026nbsp; |** \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffnproject%2Fdocs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffnproject%2Fdocs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffnproject%2Fdocs/lists"}