# samples **Repository Path**: zhouqunjie/samples ## Basic Information - **Project Name**: samples - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-10-27 - **Last Updated**: 2021-12-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OpenFunction function samples ## Function samples The following are samples of OpenFunction function. We currently support two kinds of runtime, Knative and OpenFuncAsync. ### Knative runtime - "Hello world" in go - [v0.3.1](v0.3.1/functions/Knative/hello-world-go), [v0.4.0](v0.4.0/functions/Knative/hello-world-go), [latest](latest/functions/Knative/hello-world-go) - "Hello world" in java - [v0.3.1](v0.3.1/functions/Knative/hello-world-java), [v0.4.0](v0.4.0/functions/Knative/hello-world-java), [latest](latest/functions/Knative/hello-world-java) - "Hello world" in python - [v0.3.1](v0.3.1/functions/Knative/hello-world-python), [v0.4.0](v0.4.0/functions/Knative/hello-world-python), [latest](latest/functions/Knative/hello-world-python) - "Hello world" in node - [v0.3.1](v0.3.1/functions/Knative/hello-world-node), [v0.4.0](v0.4.0/functions/Knative/hello-world-node), [latest](latest/functions/Knative/hello-world-node) - "Hello world" in dotnet - [v0.3.1](v0.3.1/functions/Knative/hello-world-dotnet), [v0.4.0](v0.4.0/functions/Knative/hello-world-dotnet), [latest](latest/functions/Knative/hello-world-dotnet) - Azure function sample - [v0.3.1](v0.3.1/functions/Knative/azure-func-go), [v0.4.0](v0.4.0/functions/Knative/azure-func-go), [latest](latest/functions/Knative/azure-func-go) - Logs handler function - [v0.3.1](v0.3.1/functions/Knative/logs-handler-function), [v0.4.0](v0.4.0/functions/Knative/logs-handler-function), [latest](latest/functions/Knative/logs-handler-function) ### OpenFuncAsync runtime - OpenFuncAsync bindings sample in go - [v0.3.1](v0.3.1/functions/OpenFuncAsync/bindings), [v0.4.0](v0.4.0/functions/OpenFuncAsync/bindings), [latest](latest/functions/OpenFuncAsync/bindings) - OpenFuncAsync pubsub sample in go - [v0.3.1](v0.3.1/functions/OpenFuncAsync/pubsub), [v0.4.0](v0.4.0/functions/OpenFuncAsync/pubsub), [latest](latest/functions/OpenFuncAsync/pubsub) - Logs handler function - [v0.3.1](v0.3.1/functions/OpenFuncAsync/logs-handler-function), [v0.4.0](v0.4.0/functions/OpenFuncAsync/logs-handler-function), [latest](latest/functions/OpenFuncAsync/logs-handler-function) ## Application samples - Java App - [v0.3.1](v0.3.1/apps/sample-apps-java-maven.yaml), [v0.4.0](v0.4.0/apps/sample-apps-java-maven.yaml), [latest](latest/apps/sample-apps-java-maven.yaml) ## Functions-framework samples: The following are samples of OpenFunction functions-framework. - Knative runtime demos in go - [v0.3.1](v0.3.1/functions-framework/golang/Knative), [v0.4.0](v0.4.0/functions-framework/golang/Knative), [latest](latest/functions-framework/golang/Knative) - OpenFuncAsync runtime demos in go - [v0.3.1](v0.3.1/functions-framework/golang/OpenFuncAsync), [v0.4.0](v0.4.0/functions-framework/golang/OpenFuncAsync), [latest](latest/functions-framework/golang/OpenFuncAsync) - Knative runtime demos in nodejs - [v0.3.1](v0.3.1/functions-framework/nodejs/Knative), [v0.4.0](v0.4.0/functions-framework/nodejs/Knative), [latest](latest/functions-framework/nodejs/Knative) - OpenFuncAsync runtime demos in nodejs - [v0.3.1](v0.3.1/functions-framework/nodejs/OpenFuncAsync), [v0.4.0](v0.4.0/functions-framework/nodejs/OpenFuncAsync), [latest](latest/functions-framework/nodejs/OpenFuncAsync)